]> granicus.if.org Git - curl/commitdiff
socklift.c: Quick fix to re-add missing code
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 25 Dec 2012 14:18:01 +0000 (15:18 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 25 Dec 2012 14:18:01 +0000 (15:18 +0100)
tests/server/sockfilt.c

index d37f9e6a60e66f22d981d11ee4406237ab17eb4d..b59a371d0eca00c74878e9c89dac35745b71e9aa 100644 (file)
@@ -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: