Tor Arntsen spotted this mistake
This commit is contained in:
@@ -865,7 +865,7 @@ int main(int argc, char *argv[])
|
|||||||
msgsock = accept(sock, NULL, NULL);
|
msgsock = accept(sock, NULL, NULL);
|
||||||
|
|
||||||
if (CURL_SOCKET_BAD == msgsock) {
|
if (CURL_SOCKET_BAD == msgsock) {
|
||||||
printf("MAJOR ERROR: accept() failed with error: &d\n", errno);
|
printf("MAJOR ERROR: accept() failed with error: %d\n", errno);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user