]> andersk Git - libfaim.git/blobdiff - aim_conn.c
- Sun Apr 2 01:45:15 UTC 2000
[libfaim.git] / aim_conn.c
index cb4d1b2372dc8bb9ae94b2c00b6fc9b9fe3386fc..5cb4a79fa14fd88d57b9445a45da3ca9da362a93 100644 (file)
@@ -176,6 +176,9 @@ struct aim_conn_t *aim_select(struct aim_session_t *sess,
   fd_set fds;
   int i;
 
+  if (aim_countconn(sess) <= 0)
+    return 0;
+
   /* 
    * If we have data waiting to be sent, return immediatly
    */
This page took 0.044544 seconds and 4 git commands to generate.