/*
- * $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
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);