1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

socklift.c: Quick fix to re-add missing code

This commit is contained in:
Marc Hoersken 2012-12-25 15:18:01 +01:00
parent a662f86f6f
commit 4a23b19a13

View File

@ -587,6 +587,8 @@ static bool juggle(curl_socket_t *sockfdp,
FD_ZERO(&fds_write); FD_ZERO(&fds_write);
FD_ZERO(&fds_err); FD_ZERO(&fds_err);
FD_SET(fileno(stdin), &fds_read);
switch(*mode) { switch(*mode) {
case PASSIVE_LISTEN: case PASSIVE_LISTEN: