*** empty log message ***

master
Marc Alexander Lehmann 2015-11-12 07:02:37 +00:00
parent b61ff42c39
commit b23ed52b48
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ ev_pipe (int filedes [2])
if (connect (sock [0], (struct sockaddr *)&addr, addr_size))
goto fail;
/* TODO: returns INVALID_SOCKET on winsock accept, not < 0. fix it */
/* when convenient, probably by just removing error checking altogether? */
if ((sock [1] = accept (listener, 0, 0)) < 0)
goto fail;