Final connection with client.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 12:02:30 +00:00
parent 7e212a99e6
commit 707cef94a4

View File

@ -101,7 +101,7 @@ int main(void)
aux.key = NULL; aux.key = NULL;
aux.type = req.type; aux.type = req.type;
aux.level = -1; aux.level = -1;
send(); send(connfd, &aux, sizeof(aux), 0);
} }
} }
} }