aboutsummaryrefslogtreecommitdiffstats
path: root/src/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wait.c')
-rw-r--r--src/wait.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wait.c b/src/wait.c
index c76f98f9..33617b66 100644
--- a/src/wait.c
+++ b/src/wait.c
@@ -199,7 +199,8 @@ _gpgme_run_io_cb (struct io_select_fd_s *an_fds, int checked,
TRACE (DEBUG_CTX, "_gpgme_run_io_cb", item, "need to check");
fds = *an_fds;
- fds.signaled = 0;
+ fds.signaled = 0; /* Clear the signal because we already know
+ * about it and are running the callback. */
/* Just give it a quick poll. */
nr = _gpgme_io_select (&fds, 1, 1);
assert (nr <= 1);