diff options
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 b3c78579c..9462deb40 100644 --- a/sm/call-agent.c +++ b/sm/call-agent.c @@ -164,7 +164,7 @@ start_agent (void) } if (!opt.agent_program || !*opt.agent_program) - opt.agent_program = "../agent/gpg-agent"; + opt.agent_program = GNUPG_DEFAULT_AGENT; if ( !(pgmname = strrchr (opt.agent_program, '/'))) pgmname = opt.agent_program; else |