diff options
author | saturneric <[email protected]> | 2025-01-27 15:39:09 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-27 15:39:09 +0000 |
commit | af1870fd422fc615a7039b998f505f100e98474a (patch) | |
tree | 5453ac586ce694863ecf438136614d3675b83aca /src/GpgFrontendContext.h | |
parent | feat: allow changing sort options by ui at file page (diff) | |
download | GpgFrontend-af1870fd422fc615a7039b998f505f100e98474a.tar.gz GpgFrontend-af1870fd422fc615a7039b998f505f100e98474a.zip |
fix: kill all gnupg daemons in a proper way
Diffstat (limited to 'src/GpgFrontendContext.h')
-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 * |