diff options
-rw-r--r-- | src/estream.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/estream.c b/src/estream.c index 4ec5695..0d8f522 100644 --- a/src/estream.c +++ b/src/estream.c @@ -4838,6 +4838,9 @@ _gpgrt_poll (gpgrt_poll_t *fds, unsigned int nfds, int timeout) /* FIXME */ } + if (count) + goto leave; + /* Now do the real select. */ #ifdef HAVE_W32_SYSTEM |