diff options
author | NIIBE Yutaka <[email protected]> | 2017-12-06 02:20:51 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-12-06 02:20:51 +0000 |
commit | 1524ba9656f0205d8c6ef504f773b832a7a12ab9 (patch) | |
tree | 7bfb2233e318fd47d9df7457b8b9f29d6d2eb4e9 /dirmngr/misc.c | |
parent | g10: Fix regexp sanitization. (diff) | |
download | gnupg-1524ba9656f0205d8c6ef504f773b832a7a12ab9.tar.gz gnupg-1524ba9656f0205d8c6ef504f773b832a7a12ab9.zip |
agent: Set assuan system hooks before call of assuan_sock_init.
* agent/gpg-agent.c (initialize_modules): Move assuan_set_system_hooks.
(main): ... here, just before assuan_sock_init.
--
In Assuan, global variable SOCK_CTX is used internally, which is
initialized by assuan_sock_init. When initialized, system hooks
are copied into SOCK_CTX structure. Thus, system hooks should
be set, before the call of assuan_sock_init.
GnuPG-bug-id: 3378
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions