mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
socklift.c: Quick fix to re-add missing code
This commit is contained in:
parent
a662f86f6f
commit
4a23b19a13
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user