pidgin: b3af80e2: It doesn't make sense to set the entire ...

qulogic at pidgin.im qulogic at pidgin.im
Sat Oct 15 20:20:49 EDT 2011


----------------------------------------------------------------------
Revision: b3af80e2b2aa4f145cea5dc9f3ad1fb22f1d7536
Parent:   93d17236c1ffdf3bd52bf74e395b611f3c4f8da1
Author:   qulogic at pidgin.im
Date:     10/15/11 19:33:31
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b3af80e2b2aa4f145cea5dc9f3ad1fb22f1d7536

Changelog: 

It doesn't make sense to set the entire slpcall wasted just because
we've received a single packet. Anyway, this means our ACKs never get
sent, and the MSN2011 client thinks we didn't receive the file.

Changes against parent 93d17236c1ffdf3bd52bf74e395b611f3c4f8da1

  patched  libpurple/protocols/msn/slpcall.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slpcall.c	d75de8bfd9456a1f9b24f71634c0cee4f0d20101
+++ libpurple/protocols/msn/slpcall.c	91b91fbeabd1850abecab10bbf4d2986e525e857
@@ -1145,8 +1145,6 @@ msn_slp_process_msg(MsnSlpLink *slplink,
 
 			if (slpcall->cb)
 				slpcall->cb(slpcall, body, body_len);
-
-			slpcall->wasted = TRUE;
 		}
 	}
 	else if (msn_p2p_info_is_ack(slpmsg->p2p_info))


More information about the Commits mailing list