aboutsummaryrefslogtreecommitdiffstats
path: root/src/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd.c')
-rw-r--r--src/passwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/passwd.c b/src/passwd.c
index 0ba8c08d..e02ffb56 100644
--- a/src/passwd.c
+++ b/src/passwd.c
@@ -199,7 +199,6 @@ gpgme_op_passwd (gpgme_ctx_t ctx, gpgme_key_t key, unsigned int flags)
err = passwd_start (ctx, 1, key, flags);
if (!err)
- err = _gpgme_wait_one (ctx);
+ err = _gpgme_sync_wait (ctx, NULL, NULL);
return TRACE_ERR (err);
}
-