From: wessels <> Date: Thu, 1 May 1997 00:33:22 +0000 (+0000) Subject: finish removing timeout X-Git-Tag: SQUID_3_0_PRE1~5034 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=787869c5d3abe5f01ab680481834f195181a789d;p=thirdparty%2Fsquid.git finish removing timeout --- diff --git a/src/comm.cc b/src/comm.cc index dd6e5bd6ce..59d85ff0a4 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.146 1997/04/30 18:30:44 wessels Exp $ + * $Id: comm.cc,v 1.147 1997/04/30 18:33:22 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1426,8 +1426,8 @@ comm_write(int fd, char *buf, int size, RWCB * handler, void *handler_data, void { RWStateData *state = NULL; - debug(5, 5, "comm_write: FD %d: sz %d: tout %d: hndl %p: data %p.\n", - fd, size, timeout, handler, handler_data); + debug(5, 5, "comm_write: FD %d: sz %d: hndl %p: data %p.\n", + fd, size, handler, handler_data); if (fd_table[fd].rwstate) { debug(5, 1, "WARNING: FD %d: A comm_write is already active.\n", fd);