aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/wget.c')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c
index f9e463f6c..f3c0c89f3 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -1635,7 +1635,7 @@ IF_DESKTOP( "no-parent\0" No_argument "\xf0")
1635 bit = 1; 1635 bit = 1;
1636 words = wget_user_headers; 1636 words = wget_user_headers;
1637 while (*words) { 1637 while (*words) {
1638 if (strstr(hdr, words) == hdr) { 1638 if (strcasestr(hdr, words) == hdr) {
1639 G.user_headers |= bit; 1639 G.user_headers |= bit;
1640 break; 1640 break;
1641 } 1641 }