]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Too many args to wrt_handle()
authorwessels <>
Thu, 20 Feb 1997 00:07:10 +0000 (00:07 +0000)
committerwessels <>
Thu, 20 Feb 1997 00:07:10 +0000 (00:07 +0000)
src/disk.cc

index 338fc4f193540381ba26955531964cd2aa53c096..cd39903a4c9f7215864e10e91a2f6d83b91245a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: disk.cc,v 1.54 1997/02/07 04:57:12 wessels Exp $
+ * $Id: disk.cc,v 1.55 1997/02/19 17:07:10 wessels Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
@@ -260,7 +260,6 @@ diskHandleWrite(int fd, FileEntry * entry)
            if (entry->wrt_handle) {
                entry->wrt_handle(fd,
                    errno == ENOSPC ? DISK_NO_SPACE_LEFT : DISK_ERROR,
-                   rlen,
                    entry->wrt_handle_data);
            }
            return DISK_ERROR;