diff libfaim/aim_txqueue.c @ 270:cfa39d39dec6

[gaim-migrate @ 280] Fixed the 100% bug, but in doing so, broke permit/deny lists, so that got commented out (yet again). Gaim/Faim is now usable. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 May 2000 23:10:21 +0000
parents 6ced2f1c8b24
children 501e09c51cbc
line wrap: on
line diff
--- a/libfaim/aim_txqueue.c	Fri May 26 00:59:58 2000 +0000
+++ b/libfaim/aim_txqueue.c	Fri May 26 23:10:21 2000 +0000
@@ -3,6 +3,11 @@
  *
  * Herein lies all the mangement routines for the transmit (Tx) queue.
  *
+ * Changes by EWarmenhoven Fri May 26 22:52:46 UTC 2000:
+ * - added aim_tx_flushqueue() to the end of aim_tx_enqueue() so that I don't
+ * have to worry about it any more. mid tells me that doing so will solve the
+ * 100% bug. Thanks mid!
+ *
  */
 
 #include <aim.h>
@@ -87,6 +92,9 @@
   faimdprintf(2, "back from aim_tx_printqueue()\n");
 #endif
 
+  /* mid tells me this should solve a lot of my problems */
+  aim_tx_flushqueue(sess);
+
   return 0;
 }