]> andersk Git - libfaim.git/blobdiff - aim_rxqueue.c
- Fri Dec 1 22:25:56 UTC 2000
[libfaim.git] / aim_rxqueue.c
index a26648afa234719f637e9e440cd31f9a320bc390..bbdb2078b72b5492f62c98d582fb27be6ff3202a 100644 (file)
@@ -57,6 +57,9 @@ faim_export int aim_get_command(struct aim_session_t *sess, struct aim_conn_t *c
   if (!sess || !conn)
     return 0;
 
+  if (conn->fd == -1)
+    return -1; /* its a aim_conn_close()'d connection */
+
   if (conn->fd < 3)  /* can happen when people abuse the interface */
     return 0;
 
This page took 0.046136 seconds and 4 git commands to generate.