diff src/html.c @ 4634:d19872836812

[gaim-migrate @ 4941] This will let you set up different proxy settings for different accounts. Mainly useful to the corporate users that need to connect to an internal jabber server, and still want to connect to "external" stuff through a proxy, or something along those lines. I'm sure someone will come up with another use for it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Mar 2003 18:48:02 +0000
parents fdc4ac6d1db1
children c4ebe1a8484b
line wrap: on
line diff
--- a/src/html.c	Sun Mar 02 08:10:54 2003 +0000
+++ b/src/html.c	Sun Mar 02 18:48:02 2003 +0000
@@ -309,7 +309,7 @@
 	gunk->website = parse_url(url);
 	gunk->full = full;
 
-	if ((sock = proxy_connect(gunk->website->address, gunk->website->port,
+	if ((sock = proxy_connect(NULL, gunk->website->address, gunk->website->port,
 				  grab_url_callback, gunk)) < 0) {
 		g_free(gunk->website);
 		g_free(gunk->url);