diff src/ft.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 858979ab3867
children e557a10a9541
line wrap: on
line diff
--- a/src/ft.c	Sun Mar 02 08:10:54 2003 +0000
+++ b/src/ft.c	Sun Mar 02 18:48:02 2003 +0000
@@ -575,7 +575,7 @@
 			xfer->remote_port = port;
 
 			/* Establish a file descriptor. */
-			proxy_connect(xfer->remote_ip, xfer->remote_port,
+			proxy_connect(xfer->account, xfer->remote_ip, xfer->remote_port,
 						  connect_cb, xfer);
 
 			return;