diff options
author | Werner Koch <[email protected]> | 2015-04-06 11:42:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-06 11:42:17 +0000 |
commit | 24a75201da6be72edf85b96dbc0c01c747d02c6a (patch) | |
tree | ded5739c5a3d8a1ad6c241732809aefdb1555f59 /g10/call-agent.c | |
parent | Fix use of DBG_CACHE and DBG_LOOKUP (diff) | |
download | gnupg-24a75201da6be72edf85b96dbc0c01c747d02c6a.tar.gz gnupg-24a75201da6be72edf85b96dbc0c01c747d02c6a.zip |
Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.
* g10/options.h (DBG_EXTPROG_VALUE): Separate from DBG_IPC_VALUE.
Diffstat (limited to 'g10/call-agent.c')
-rw-r--r-- | g10/call-agent.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index 2a80f22b8..017e91692 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -43,10 +43,6 @@ #include "../common/shareddefs.h" #include "host2net.h" -#ifndef DBG_ASSUAN -# define DBG_ASSUAN 1 -#endif - #define CONTROL_D ('D' - 'A' + 1) @@ -286,7 +282,7 @@ start_agent (ctrl_t ctrl, int for_card) opt.agent_program, opt.lc_ctype, opt.lc_messages, opt.session_env, - opt.autostart, opt.verbose, DBG_ASSUAN, + opt.autostart, opt.verbose, DBG_IPC, NULL, NULL); if (!opt.autostart && gpg_err_code (rc) == GPG_ERR_NO_AGENT) { |