diff options
Diffstat (limited to 'www/links/files/patch-ac')
-rw-r--r-- | www/links/files/patch-ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/links/files/patch-ac b/www/links/files/patch-ac deleted file mode 100644 index 1d829173d2f0..000000000000 --- a/www/links/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ ---- http.c.orig Thu Feb 22 12:21:56 2001 -+++ http.c Thu Feb 22 12:22:44 2001 -@@ -540,14 +540,14 @@ - e->redirect_get = h == 303; - } - } -- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { -+ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { - if (!strncasecmp(d, "Basic", 5)) { - add_auth_entry(host, get_param(d, "realm")); - add_questions_entry(do_auth_dialog); - setcstate(c, S_QUESTIONS); - } - mem_free(d); -- }*/ -+ } - kill_buffer_data(rb, a); - c->cache = e; - info->close = 0; |