Changeset View
Changeset View
Standalone View
Standalone View
call-agent.c
| Context not available. | |||||
| the access to the agent. */ | the access to the agent. */ | ||||
| infostr = force_pipe_server? NULL : getenv ("GPG_AGENT_INFO"); | 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) | if (!infostr || !*infostr) | ||||
| { | { | ||||
| const char *pgmname; | const char *pgmname; | ||||
| Context not available. | |||||