summaryrefslogtreecommitdiff
path: root/gpg_wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpg_wrapper.cpp')
-rwxr-xr-xgpg_wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp
index a36926e..410a0d5 100755
--- a/gpg_wrapper.cpp
+++ b/gpg_wrapper.cpp
@@ -24,7 +24,7 @@
pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD aexitcode, pxResult *result, HANDLE hProcess, PROCESS_INFORMATION *pr)
{
// gpg_mutex.lock();
- if(!gpg_configured)
+ if(!gpg_valid)
return pxNotConfigured;
extern logtofile debuglog;
BOOL success;