Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use $https_proxy environment variable, if set.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 2, 2010
1 parent c708667 commit 2cb491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -181,7 +181,7 @@ int main(int argc, char **argv)
struct sigaction sa;
int cookieonly = 0;
int use_syslog = 0;
char *proxy = NULL;
char *proxy = getenv("https_proxy");
int autoproxy = 0;
uid_t uid = getuid();
int opt;
Expand Down

0 comments on commit 2cb491e

Please sign in to comment.