diff options
author | NIIBE Yutaka <[email protected]> | 2016-11-21 02:18:33 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-11-21 02:18:33 +0000 |
commit | 9a707a223a3d45ccf245dee7989ca144e4e6bb49 (patch) | |
tree | b4676cc3a0495de8c58d9c9cd06e8fa8bf1378cc | |
parent | Post release updates. (diff) | |
download | gnupg-9a707a223a3d45ccf245dee7989ca144e4e6bb49.tar.gz gnupg-9a707a223a3d45ccf245dee7989ca144e4e6bb49.zip |
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 <[email protected]>
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |