diff options
author | saturneric <[email protected]> | 2024-11-25 13:39:35 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-25 13:39:35 +0000 |
commit | 50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6 (patch) | |
tree | ff0dc0b571bfeb8d3431c239bbffefce3fbb7300 /src/GpgFrontendContext.h | |
parent | test: fix and add KeyGen & SubkeyGen test cases (diff) | |
download | GpgFrontend-50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6.tar.gz GpgFrontend-50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6.zip |
fix: solve a race situation at unit test mode
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 3e5947f5..ae3177aa 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -44,7 +44,7 @@ struct GpgFrontendContext { char** argv; bool gather_external_gnupg_info; - bool load_default_gpg_context; + bool unit_test_mode; /** * @brief Construct a new Gpg Frontend Context object |