diff options
Diffstat (limited to '')
-rw-r--r-- | src/GpgFrontendContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index ae3177aa..2815caad 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -46,6 +46,8 @@ struct GpgFrontendContext { bool gather_external_gnupg_info; bool unit_test_mode; + int rtn = GpgFrontend::kCrashCode; + /** * @brief Construct a new Gpg Frontend Context object * |