X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fmain.c;h=790b0279bd11224de1d8a1b65b5f151a0d86a6fd;hb=3f51773542ff65075706f08088b91af6bf9e278e;hp=1f3880fdf302f542947dfef6302532ef76a471a3;hpb=cd50595319c7eaf76fbd4e92fc55e1b3e179bae8;p=wget diff --git a/src/main.c b/src/main.c index 1f3880fd..790b0279 100644 --- a/src/main.c +++ b/src/main.c @@ -967,7 +967,7 @@ Can't timestamp and not clobber old files at the same time.\n")); int dt; if ((opt.recursive || opt.page_requisites) - && (url_scheme (*t) != SCHEME_FTP || opt.use_proxy)) + && (url_scheme (*t) != SCHEME_FTP || url_uses_proxy (*t))) { int old_follow_ftp = opt.follow_ftp;