diff options
Diffstat (limited to 'gpgme/op-support.c')
-rw-r--r-- | gpgme/op-support.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/op-support.c b/gpgme/op-support.c index 20c07385..1212c542 100644 --- a/gpgme/op-support.c +++ b/gpgme/op-support.c @@ -115,6 +115,8 @@ _gpgme_op_reset (gpgme_ctx_t ctx, int type) err = _gpgme_engine_set_locale (ctx->engine, LC_MESSAGES, ctx->lc_messages); #endif + if (gpg_err_code (err) == GPG_ERR_NOT_IMPLEMENTED) + err = 0; if (err) { _gpgme_engine_release (ctx->engine); |