aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 18:14:59 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-25 18:14:59 +0000
commit90150252ad18cd756c471f4324035833ee548a2a (patch)
treebb624a6948ec338c46b8938a543f9a510466305f /fm.h
parent[w3m-dev 02729] (diff)
downloadw3m-90150252ad18cd756c471f4324035833ee548a2a.tar.gz
w3m-90150252ad18cd756c471f4324035833ee548a2a.zip
[w3m-dev 02732] fix Debian Bug#126381 - Passwords entered for HTTPS are used for HTTP
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Diffstat (limited to '')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 855a317..3534e96 100644
--- a/fm.h
+++ b/fm.h
@@ -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;