mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
b61ff42c39
commit
b23ed52b48
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue