From: wessels <> Date: Tue, 4 Feb 1997 01:14:16 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~5151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f21cd58169b77a0c04a22412920bc0b2f7a5b5a3;p=thirdparty%2Fsquid.git typo --- diff --git a/src/comm.cc b/src/comm.cc index 1325518637..76d922647e 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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);