Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libfaim/aim_rxqueue.c Fri Nov 10 05:54:04 2000 +0000 +++ b/libfaim/aim_rxqueue.c Fri Nov 10 22:49:02 2000 +0000 @@ -60,6 +60,9 @@ if (conn->fd < 3) /* can happen when people abuse the interface */ return 0; + if (conn->status & AIM_CONN_STATUS_INPROGRESS) + return aim_conn_completeconnect(sess, conn); + /* * Rendezvous (client-client) connections do not speak * FLAP, so this function will break on them.
