From: wessels <> Date: Thu, 20 Feb 1997 00:07:10 +0000 (+0000) Subject: Too many args to wrt_handle() X-Git-Tag: SQUID_3_0_PRE1~5107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c546489adfc6010b1f84849ab3a8b6afc99c4dfb;p=thirdparty%2Fsquid.git Too many args to wrt_handle() --- diff --git a/src/disk.cc b/src/disk.cc index 338fc4f193..cd39903a4c 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -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;