comparison src/protocols/msn/transaction.c @ 10403:e5455f1dc9b6

[gaim-migrate @ 11648] This is "Yet another MSN fix" from Felipe, it actually turned into "Several MSN fixes", see bug 1088651 for the details. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Dec 2004 20:13:54 +0000
parents f776e117c17b
children bcfea6c3d5c9
comparison
equal deleted inserted replaced
10402:3d2dd0ed368d 10403:e5455f1dc9b6
187 MsnTransaction *trans; 187 MsnTransaction *trans;
188 188
189 trans = data; 189 trans = data;
190 g_return_val_if_fail(trans != NULL, FALSE); 190 g_return_val_if_fail(trans != NULL, FALSE);
191 191
192 gaim_debug_info("msn", "%s %d %s\n", trans->command, trans->trId, trans->params); 192 #if 0
193 gaim_debug_info("msn", "timed out: %s %d %s\n", trans->command, trans->trId, trans->params);
194 #endif
193 195
194 if (trans->timeout_cb != NULL) 196 if (trans->timeout_cb != NULL)
195 trans->timeout_cb(trans->cmdproc, trans); 197 trans->timeout_cb(trans->cmdproc, trans);
196 198
197 return FALSE; 199 return FALSE;