mirror of
https://github.com/curl/curl.git
synced 2026-05-04 00:17:51 +03:00
socklift.c: Quick fix to re-add missing code
This commit is contained in:
parent
a662f86f6f
commit
4a23b19a13
1 changed files with 2 additions and 0 deletions
|
|
@ -587,6 +587,8 @@ static bool juggle(curl_socket_t *sockfdp,
|
|||
FD_ZERO(&fds_write);
|
||||
FD_ZERO(&fds_err);
|
||||
|
||||
FD_SET(fileno(stdin), &fds_read);
|
||||
|
||||
switch(*mode) {
|
||||
|
||||
case PASSIVE_LISTEN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue