Mercurial > gftp.yaz
diff lib/bookmark.c @ 553:b2b4f5fa8fc7
2004-9-14 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/bookmark.c lib/local.c lib/rfc2068.c lib/rfc959.c
lib/sshv2.c src/gtk/transfer.c src/uicommon/gftpui.c - removed
need_userpass from the gftp_request structure. Added need_username and
need_password in it's place
* autogen.sh - updated CFLAGS variable that is passed to configure
| author | masneyb |
|---|---|
| date | Tue, 14 Sep 2004 10:16:52 +0000 |
| parents | fbb5a02beddb |
| children | 1808cebed602 |
line wrap: on
line diff
--- a/lib/bookmark.c Mon Sep 13 17:42:33 2004 +0000 +++ b/lib/bookmark.c Tue Sep 14 10:16:52 2004 +0000 @@ -85,7 +85,8 @@ request->parse_url = bookmark_parse_url; request->url_prefix = "bookmark"; request->need_hostport = 0; - request->need_userpass = 0; + request->need_username = 0; + request->need_password = 0; request->use_cache = 0; request->always_connected = 0;
