]> andersk Git - libfaim.git/blobdiff - aim_txqueue.c
- Wed Dec 13 02:26:39 UTC 2000
[libfaim.git] / aim_txqueue.c
index 9871f938c523691feec5ab0905175e4eb8ec04d2..bc5eab3767fd4cc2b449d2f7867e5e50761461c4 100644 (file)
@@ -306,7 +306,7 @@ faim_internal int aim_tx_sendframe(struct aim_session_t *sess, struct command_tx
   if (send(cur->conn->fd, curPacket, buflen, 0) != buflen) {
     faim_mutex_unlock(&cur->conn->active);
     cur->sent = 1;
-    aim_conn_kill(sess, &cur->conn);
+    aim_conn_close(cur->conn);
     return 0; /* bail out */
   }
 
This page took 0.221124 seconds and 4 git commands to generate.