diff options
Diffstat (limited to 'src/keylist.c')
-rw-r--r-- | src/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keylist.c b/src/keylist.c index 55351ee4..926b7623 100644 --- a/src/keylist.c +++ b/src/keylist.c @@ -928,7 +928,7 @@ gpgme_op_keylist_next (gpgme_ctx_t ctx, gpgme_key_t *r_key) if (!opd->key_queue) { - err = _gpgme_wait_on_condition (ctx, &opd->key_cond); + err = _gpgme_wait_on_condition (ctx, &opd->key_cond, NULL); if (err) return err; |