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 /sm/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 'sm/call-agent.c')
| -rw-r--r-- | sm/call-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c index f579200ff..4b2ec3390 100644 --- a/sm/call-agent.c +++ b/sm/call-agent.c @@ -95,7 +95,7 @@ start_agent (ctrl_t ctrl) opt.agent_program, opt.lc_ctype, opt.lc_messages, opt.session_env, - opt.autostart, opt.verbose, DBG_ASSUAN, + opt.autostart, opt.verbose, DBG_IPC, gpgsm_status2, ctrl); if (!opt.autostart && gpg_err_code (rc) == GPG_ERR_NO_AGENT) |
