Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F18826025
D35.id863.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
481 B
Subscribers
None
D35.id863.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 3:58 PM (7 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/95/2405b948794ac465a6c33ee3b679
Attached To
D35: 113_gpg.patch
Event Timeline
Log In to Comment