[w3m-dev 02732] fix Debian Bug#126381 - Passwords entered for HTTPS are used for HTTP

From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-25 18:14:59 +00:00
parent 403031b581
commit 90150252ad
6 changed files with 35 additions and 18 deletions

3
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.32 2001/12/25 16:19:29 ukai Exp $ */
/* $Id: fm.h,v 1.33 2001/12/25 18:15:00 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -537,6 +537,7 @@ struct html_feed_environ {
struct auth_cookie {
Str host;
int port;
Str realm;
Str cookie;
struct auth_cookie *next;