diff options
Diffstat (limited to '')
-rw-r--r-- | src/op-support.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/op-support.c b/src/op-support.c index 4e388a41..a74405ef 100644 --- a/src/op-support.c +++ b/src/op-support.c @@ -148,6 +148,12 @@ _gpgme_op_reset (gpgme_ctx_t ctx, int type) err = 0; } + if (!err && ctx->status_cb && ctx->full_status) + { + _gpgme_engine_set_status_cb (ctx->engine, + ctx->status_cb, ctx->status_cb_value); + } + if (err) { _gpgme_engine_release (ctx->engine); |