Gets correct error message.

This commit is contained in:
tim.schubert@tu-bs.de 2016-11-22 12:37:45 +01:00
parent 5a1a3d1fcb
commit 116e9e60c5

View file

@ -255,7 +255,7 @@ int client()
}
if (send(SOCKFD, buf, strlen(buf)+1, 0) == -1) {
perror("recv");
perror("send");
continue;
}