Mercurial > pidgin
changeset 27181:f8428553f11c
Fix File transfer issue with Pidgin 2.5.7, ticket #9478
author | Sulabh Mahajan <sulabh@soc.pidgin.im> |
---|---|
date | Fri, 26 Jun 2009 04:45:05 +0000 |
parents | 4c4c747112e0 |
children | 6e4b0ecde9b4 |
files | libpurple/protocols/yahoo/yahoo_filexfer.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_filexfer.c Thu Jun 25 08:16:19 2009 +0000 +++ b/libpurple/protocols/yahoo/yahoo_filexfer.c Fri Jun 26 04:45:05 2009 +0000 @@ -1831,14 +1831,13 @@ pkt_to_send = yahoo_packet_new(YAHOO_SERVICE_FILETRANS_ACC_15, YAHOO_STATUS_AVAILABLE, yd->session_id); - yahoo_packet_hash(pkt_to_send, "ssssisi", + yahoo_packet_hash(pkt_to_send, "ssssis", 1, purple_normalize(account, purple_account_get_username(account)), 5, xfer->who, 265, xfer_data->xfer_peer_idstring, 27, xfer->filename, 249, xfer_data->info_val_249, - 251, xfer_data->xfer_idstring_for_relay, - 222, 3); + 251, xfer_data->xfer_idstring_for_relay); yahoo_packet_send_and_free(pkt_to_send, yd);