# HG changeset patch # User Christian Hammond # Date 1058922487 0 # Node ID 7c7e14d111bf97a8ca32a7500d6c48c8a38a35be # Parent d330afe3ccf05ed7b76a493489ab13db04385655 [gaim-migrate @ 6780] Outgoing file transfers now use the public IP address set either in the account or set globally. committer: Tailor Script diff -r d330afe3ccf0 -r 7c7e14d111bf src/protocols/oscar/oscar.c --- 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 */