aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index b6f9d605a..9153264fc 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1109,7 +1109,7 @@ static void download_one_url(const char *url)
1109 * We are not sure it exists on remote side */ 1109 * We are not sure it exists on remote side */
1110 } 1110 }
1111 1111
1112 redir_limit = 5; 1112 redir_limit = 16;
1113 resolve_lsa: 1113 resolve_lsa:
1114 lsa = xhost2sockaddr(server.host, server.port); 1114 lsa = xhost2sockaddr(server.host, server.port);
1115 if (!(option_mask32 & WGET_OPT_QUIET)) { 1115 if (!(option_mask32 & WGET_OPT_QUIET)) {