[w3m-dev 04343] Re: Proxy 認証に ついて
Hiroyuki Ito <[email protected]> Thu, 29 Jul 2010 17:29:24 +0900 (JST)
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
>> passwd_file proxy proxy >> (cf. [w3m-dev 03318]) proxy >> passwd_file > > passwd_file > >> patch > passwd_file Segmentation fault > gdb > patch patch Index: file.c =================================================================== RCS file: /cvsroot/w3m/w3m/file.c,v retrieving revision 1.260 diff -u -r1.260 file.c --- file.c 24 Jul 2010 04:30:40 -0000 1.260 +++ file.c 29 Jul 2010 08:28:35 -0000 @@ -1924,6 +1924,7 @@ UFclose(&f); add_auth_cookie_flag = 1; status = HTST_NORMAL; + add_auth_user_passwd(auth_pu, qstr_unquote(realm)->ptr, uname, pwd, 1); goto load_doc; } }