Mercurial > pidgin.yaz
comparison libfaim/aim_conn.c @ 281:7b06ba09ffe2
[gaim-migrate @ 291]
So someone today told me I should make it so the permit list works, so I did.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 30 May 2000 23:49:54 +0000 |
parents | 501e09c51cbc |
children | 0f14e6d8a51b |
comparison
equal
deleted
inserted
replaced
280:e606585a38bd | 281:7b06ba09ffe2 |
---|---|
38 deadconn->handlerlist = NULL; | 38 deadconn->handlerlist = NULL; |
39 if (deadconn->priv) | 39 if (deadconn->priv) |
40 free(deadconn->priv); | 40 free(deadconn->priv); |
41 deadconn->priv = NULL; | 41 deadconn->priv = NULL; |
42 faim_mutex_init(&deadconn->active, NULL); | 42 faim_mutex_init(&deadconn->active, NULL); |
43 faim_mutex_init(&deadconn->seqnum_lock, NULL); | |
43 } | 44 } |
44 | 45 |
45 struct aim_conn_t *aim_getconn_type(struct aim_session_t *sess, | 46 struct aim_conn_t *aim_getconn_type(struct aim_session_t *sess, |
46 int type) | 47 int type) |
47 { | 48 { |