changeset 27182:6e4b0ecde9b4

merge of '03e380d307e9063ff3938a7ccab18085899c6140' and '5df439c3d330f7271440084acaa2c6f09701f781'
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Fri, 26 Jun 2009 04:46:15 +0000
parents 7492ddb953fd (current diff) f8428553f11c (diff)
children e997e1e9b4f1
files
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_filexfer.c	Fri Jun 26 01:28:09 2009 +0000
+++ b/libpurple/protocols/yahoo/yahoo_filexfer.c	Fri Jun 26 04:46:15 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);