diff libfaim/aim_conn.c @ 707:668b4d544afe

[gaim-migrate @ 717] la la la. libfaim changes, this time all of it was me. removed the permit/deny stuff, it was waaaaaay too buggy. also made it so aim_conn_kill closed the connection too. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 17 Aug 2000 08:06:23 +0000
parents 525c566741da
children b967d21d7482
line wrap: on
line diff
--- a/libfaim/aim_conn.c	Thu Aug 17 07:27:46 2000 +0000
+++ b/libfaim/aim_conn.c	Thu Aug 17 08:06:23 2000 +0000
@@ -102,6 +102,7 @@
   /* XXX: do we need this for txqueue too? */
   aim_rxqueue_cleanbyconn(sess, *deadconn);
 
+  close((*deadconn)->fd);
   aim_conn_init(*deadconn);
   free(*deadconn);
   deadconn = NULL;