aboutsummaryrefslogtreecommitdiffstats
path: root/src/GpgFrontendContext.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-25 13:39:35 +0000
committersaturneric <[email protected]>2024-11-25 13:39:35 +0000
commit50e2d5cb3deaf3359a68ceaebdaa2abdb2142fd6 (patch)
treeff0dc0b571bfeb8d3431c239bbffefce3fbb7300 /src/GpgFrontendContext.h
parenttest: fix and add KeyGen & SubkeyGen test cases (diff)
downloadGpgFrontend-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.h2
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