]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
finish removing timeout
authorwessels <>
Thu, 1 May 1997 00:33:22 +0000 (00:33 +0000)
committerwessels <>
Thu, 1 May 1997 00:33:22 +0000 (00:33 +0000)
src/comm.cc

index dd6e5bd6ce21201735697b18638b5b9bca2c5eb6..59d85ff0a4ae7aa2b6039dda1f8684abf632a6f1 100644 (file)
@@ -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);