Mercurial > pidgin
comparison libfaim/aim_rxqueue.c @ 1081:efcacae6acdb
[gaim-migrate @ 1091]
libfaim connects non-blocking
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 10 Nov 2000 22:49:02 +0000 |
| parents | e1da6a6ec42b |
| children | ed8855ae6632 |
comparison
equal
deleted
inserted
replaced
| 1080:e6637ff33957 | 1081:efcacae6acdb |
|---|---|
| 57 if (!sess || !conn) | 57 if (!sess || !conn) |
| 58 return 0; | 58 return 0; |
| 59 | 59 |
| 60 if (conn->fd < 3) /* can happen when people abuse the interface */ | 60 if (conn->fd < 3) /* can happen when people abuse the interface */ |
| 61 return 0; | 61 return 0; |
| 62 | |
| 63 if (conn->status & AIM_CONN_STATUS_INPROGRESS) | |
| 64 return aim_conn_completeconnect(sess, conn); | |
| 62 | 65 |
| 63 /* | 66 /* |
| 64 * Rendezvous (client-client) connections do not speak | 67 * Rendezvous (client-client) connections do not speak |
| 65 * FLAP, so this function will break on them. | 68 * FLAP, so this function will break on them. |
| 66 */ | 69 */ |
