changeset 25441:273efe387134

Set this timer to 0 when we return FALSE
author Mark Doliner <mark@kingant.net>
date Tue, 10 Feb 2009 03:22:35 +0000
parents 0d7aac65ce60
children 008f186c7bc7
files libpurple/protocols/msn/transaction.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }