Set this timer to 0 when we return FALSE

Tue, 10 Feb 2009 03:22:35 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 10 Feb 2009 03:22:35 +0000
changeset 25583
4f63a60ea58b
parent 25582
997ba674e64b
child 25584
be42c007cce2

Set this timer to 0 when we return FALSE

libpurple/protocols/msn/transaction.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/transaction.c	Tue Feb 10 01:51:07 2009 +0000
+++ b/libpurple/protocols/msn/transaction.c	Tue Feb 10 03:22:35 2009 +0000
@@ -199,6 +199,7 @@
 	if (trans->timeout_cb != NULL)
 		trans->timeout_cb(trans->cmdproc, trans);
 
+	trans->timer = 0;
 	return FALSE;
 }
 

mercurial