From 9a707a223a3d45ccf245dee7989ca144e4e6bb49 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 21 Nov 2016 11:18:33 +0900 Subject: agent: Fix npth + daemon mode problem. * agent/gpg-agent.c (main): Remove duplicated initialization in daemon mode. -- The commit f57dc2b1e6f28d164f882373535dbcb0d632ca17 fixes a part of problem (for missing initialization of supervised mode). It was actually put in wrong place. Fixes-commit: 9f92b62a51d2d60f038fdbe01602865c5933fa95 Signed-off-by: NIIBE Yutaka --- agent/gpg-agent.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'agent/gpg-agent.c') diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 1433f7f6a..175866d90 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1473,8 +1473,6 @@ main (int argc, char **argv ) pid_t pid; #endif - initialize_modules (); - /* Remove the DISPLAY variable so that a pinentry does not default to a specific display. There is still a default display when gpg-agent was started using --display or a -- cgit v1.2.3