changeset 32747:13b5d6eb099d

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.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 15 Oct 2011 23:33:31 +0000
parents 6fb2b4b44934
children 845885bd5e4d
files libpurple/protocols/msn/slpcall.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c	Sat Oct 15 23:25:32 2011 +0000
+++ b/libpurple/protocols/msn/slpcall.c	Sat Oct 15 23:33:31 2011 +0000
@@ -1145,8 +1145,6 @@
 
 			if (slpcall->cb)
 				slpcall->cb(slpcall, body, body_len);
-
-			slpcall->wasted = TRUE;
 		}
 	}
 	else if (msn_p2p_info_is_ack(slpmsg->p2p_info))