diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-21 17:12:09 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-21 17:12:09 +0000 |
commit | db7698cbd33223e900e03112500fc714c21d5b8f (patch) | |
tree | a7e6db798603075f4c60d5ef38557e0efe7a1d07 /file.c | |
parent | [w3m-dev 03996] HELP_DIR and funcname.tab (diff) | |
download | w3m-db7698cbd33223e900e03112500fc714c21d5b8f.tar.gz w3m-db7698cbd33223e900e03112500fc714c21d5b8f.zip |
OpenLDAP¤ÈActive Directory¤¬µÕ?
Diffstat (limited to '')
-rw-r--r-- | file.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.231 2003/10/08 14:51:34 ukai Exp $ */ +/* $Id: file.c,v 1.232 2003/10/21 17:12:10 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -1393,7 +1393,7 @@ getAuthCookie(struct http_auth *hauth, char *auth_header, TextList *extra_header, ParsedURL *pu, HRequest *hr, FormList *request) { - Str ss; + Str ss = NULL; Str uname, pwd; Str tmp; TextListItem *i; @@ -1429,8 +1429,6 @@ getAuthCookie(struct http_auth *hauth, char *auth_header, delText(extra_header, i); } - else - ss = find_auth_cookie(pu->host, pu->port, pu->file, realm); if (realm && ss == NULL) { int proxy = !strncasecmp("Proxy-Authorization:", auth_header, auth_header_len); |