comparison 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
comparison
equal deleted inserted replaced
706:a9758452f3c4 707:668b4d544afe
100 faim_mutex_unlock(&sess->connlistlock); 100 faim_mutex_unlock(&sess->connlistlock);
101 101
102 /* XXX: do we need this for txqueue too? */ 102 /* XXX: do we need this for txqueue too? */
103 aim_rxqueue_cleanbyconn(sess, *deadconn); 103 aim_rxqueue_cleanbyconn(sess, *deadconn);
104 104
105 close((*deadconn)->fd);
105 aim_conn_init(*deadconn); 106 aim_conn_init(*deadconn);
106 free(*deadconn); 107 free(*deadconn);
107 deadconn = NULL; 108 deadconn = NULL;
108 109
109 return; 110 return;