[gaim-migrate @ 6780]

Wed, 23 Jul 2003 01:08:07 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Wed, 23 Jul 2003 01:08:07 +0000
changeset 6281
fa6e8da5b1ba
parent 6280
6d78edfe0ef2
child 6282
aeaa25d25bcd

[gaim-migrate @ 6780]
Outgoing file transfers now use the public IP address set either in the
account or set globally.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Tue Jul 22 21:11:27 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Jul 23 01:08:07 2003 +0000
@@ -1002,14 +1002,11 @@
 	struct oscar_data *od = (struct oscar_data *)gc->proto_data;
 	GaimXfer *xfer;
 	struct aim_oft_info *oft_info;
-	aim_conn_t *conn;
 
 	/* You want to send a file to someone else, you're so generous */
 
 	/* Build the file transfer handle */
 	xfer = gaim_xfer_new(gaim_connection_get_account(gc), GAIM_XFER_SEND, destsn);
-	if ((conn = aim_conn_findbygroup(od->sess, 0x0004)))
-		xfer->local_ip = gaim_getip_from_fd(conn->fd);
 	xfer->local_port = 5190;
 
 	/* Create the oscar-specific data */

mercurial