Mercurial > pidgin
changeset 6281:7c7e14d111bf
[gaim-migrate @ 6780]
Outgoing file transfers now use the public IP address set either in the
account or set globally.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 23 Jul 2003 01:08:07 +0000 |
parents | d330afe3ccf0 |
children | f1c6c2a3d432 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */