diff options
Diffstat (limited to 'src/trustlist.c')
-rw-r--r-- | src/trustlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trustlist.c b/src/trustlist.c index e8cdb66e..23da08c5 100644 --- a/src/trustlist.c +++ b/src/trustlist.c @@ -220,7 +220,7 @@ gpgme_op_trustlist_next (gpgme_ctx_t ctx, gpgme_trust_item_t *r_item) if (!opd->trust_queue) { - err = _gpgme_wait_on_condition (ctx, &opd->trust_cond); + err = _gpgme_wait_on_condition (ctx, &opd->trust_cond, NULL); if (err) return err; if (!opd->trust_cond) |