]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Tue, 4 Feb 1997 01:14:16 +0000 (01:14 +0000)
committerwessels <>
Tue, 4 Feb 1997 01:14:16 +0000 (01:14 +0000)
src/comm.cc

index 132551863776c26301c3dfc7b5e954666b696e98..76d922647ede7d467d58846d6e3a5042818feb63 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.130 1997/01/31 20:12:29 wessels Exp $
+ * $Id: comm.cc,v 1.131 1997/02/03 18:14:16 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -441,7 +441,7 @@ comm_connect_addr(int sock, const struct sockaddr_in *address)
        lft = comm_set_fd_lifetime(sock, Config.lifetimeDefault);
        debug(5, 10, "comm_connect_addr: FD %d connected to %s:%d, lifetime %d.\n",
            sock, conn->ipaddr, conn->remote_port, lft);
-    } else if (status == EINPROGRESS) {
+    } else if (status == COMM_INPROGRESS) {
        lft = comm_set_fd_lifetime(sock, Config.connectTimeout);
        debug(5, 10, "comm_connect_addr: FD %d connection pending, lifetime %d\n",
            sock, lft);