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 a0e82385..8a966002 100644 --- a/src/trustlist.c +++ b/src/trustlist.c @@ -230,7 +230,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, NULL); + err = _gpgme_sync_wait (ctx, &opd->trust_cond, NULL); if (err) return TRACE_ERR (err); if (!opd->trust_cond) |