aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index 0cd2736..4c777d7 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -51,2 +51,3 @@ char default_config_file[] = SYSCONFDIR "/piesctl.conf";
int preprocess_only;
+int no_netrc_option;
int verbose;
@@ -545,2 +546,3 @@ shttp_connect (struct pies_url *url, struct grecs_sockaddr *source_addr)
+ if (!no_netrc_option)
netrc_scan (conn->url);

Return to:

Send suggestions and report system problems to the System administrator.