diff options
Diffstat (limited to 'branches/gpgme-1-0-branch/gpgme/wait-global.c')
-rw-r--r-- | branches/gpgme-1-0-branch/gpgme/wait-global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/gpgme-1-0-branch/gpgme/wait-global.c b/branches/gpgme-1-0-branch/gpgme/wait-global.c index f3a5b430..7895d8b4 100644 --- a/branches/gpgme-1-0-branch/gpgme/wait-global.c +++ b/branches/gpgme-1-0-branch/gpgme/wait-global.c @@ -310,7 +310,7 @@ gpgme_wait (gpgme_ctx_t ctx, gpgme_error_t *status, int hang) ictx = item->ctx; assert (ictx); - err = item->handler (item->handler_value, fdt.fds[i].fd); + err = _gpgme_run_io_cb (&fdt.fds[i], 0); if (err) { /* An error occured. Close all fds in this context, |