diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-18 22:28:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-18 22:28:05 +0300 |
commit | 365d949d8ec2712fbdec479e73e78cbbe80b3399 (patch) | |
tree | 8b3fdf275d6ec5cc92d0ecedbe57cf9cc9617be7 /gpg_wrapper.cpp | |
parent | 570935ac486f2e1f5d36ecd07216e1474603c8ce (diff) |
fixed (#33 Settings)
Diffstat (limited to 'gpg_wrapper.cpp')
-rwxr-xr-x | gpg_wrapper.cpp | 2 |
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; |