Tue, 10 Feb 2009 03:22:35 +0000
Set this timer to 0 when we return FALSE
--- 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; }