diff src/html.c @ 1843:4dbd8533d209

[gaim-migrate @ 1853] http can be authenticated committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 12 May 2001 08:09:54 +0000
parents 00aef397a1fe
children a02584b98823
line wrap: on
line diff
--- a/src/html.c	Sat May 12 06:42:02 2001 +0000
+++ b/src/html.c	Sat May 12 08:09:54 2001 +0000
@@ -226,6 +226,7 @@
 		if ((sock = proxy_connect(gunk->website.address, gunk->website.port,
 					  user->proto_opt[2], atoi(user->proto_opt[3]),
 					  atoi(user->proto_opt[4]),
+					  user->proto_opt[5], user->proto_opt[6],
 					  grab_url_callback, gunk)) < 0) {
 			g_free(gunk->url);
 			g_free(gunk);
@@ -233,7 +234,7 @@
 		}
 	} else {
 		if ((sock = proxy_connect(gunk->website.address, gunk->website.port, NULL, 0, -1,
-						grab_url_callback, gunk)) < 0) {
+						NULL, NULL, grab_url_callback, gunk)) < 0) {
 			g_free(gunk->url);
 			g_free(gunk);
 			callback(data, g_strdup(_("g003: Error opening connection.\n")));