Page MenuHome GnuPG

D35.id863.diff
No OneTemporary

D35.id863.diff

Index: call-agent.c
===================================================================
--- call-agent.c
+++ call-agent.c
@@ -88,6 +88,11 @@
the access to the agent. */
infostr = force_pipe_server? NULL : getenv ("GPG_AGENT_INFO");
+ /*
+ * Override Environment variable if specified on cmdline
+ */
+ if (opt.gpg_agent_info)
+ infostr = force_pipe_server? NULL: opt.gpg_agent_info;
if (!infostr || !*infostr)
{
const char *pgmname;

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 3:58 PM (12 h, 44 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/95/2405b948794ac465a6c33ee3b679

Event Timeline