diff options
Diffstat (limited to 'src/vfs-mount.c')
-rw-r--r-- | src/vfs-mount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vfs-mount.c b/src/vfs-mount.c index c6ee7c97..4ef12277 100644 --- a/src/vfs-mount.c +++ b/src/vfs-mount.c @@ -154,7 +154,7 @@ gpgme_op_vfs_transact (gpgme_ctx_t ctx, err = vfs_start (ctx, 1, command, data_cb, data_cb_value, inq_cb, inq_cb_value, status_cb, status_cb_value); if (!err) - err = _gpgme_wait_one_ext (ctx, op_err); + err = _gpgme_sync_wait (ctx, NULL, op_err); return err; } @@ -244,4 +244,3 @@ gpgme_op_vfs_mount (gpgme_ctx_t ctx, const char *container_file, err = _gpgme_op_vfs_mount (ctx, container_file, mount_dir, flags, op_err); return TRACE_ERR (err); } - |