# HG changeset patch # User Mark Doliner # Date 1234236155 0 # Node ID 273efe387134c84f91544591086905860dcdf4a7 # Parent 0d7aac65ce60ff7a983449a758d06647dfa01a98 Set this timer to 0 when we return FALSE diff -r 0d7aac65ce60 -r 273efe387134 libpurple/protocols/msn/transaction.c --- 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; }