]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo; forgot statCounter before syscalls...
authorwessels <>
Fri, 14 Feb 2003 22:37:43 +0000 (22:37 +0000)
committerwessels <>
Fri, 14 Feb 2003 22:37:43 +0000 (22:37 +0000)
src/unlinkd.cc

index ed2634891ecf3838c13fff767b4713e690ab4528..19aee3f011de5c4da6824edaabc768a5ef840982 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: unlinkd.cc,v 1.50 2003/02/13 21:22:28 wessels Exp $
+ * $Id: unlinkd.cc,v 1.51 2003/02/14 15:37:43 wessels Exp $
  *
  * DEBUG: section 2     Unlink Daemon
  * AUTHOR: Duane Wessels
@@ -146,7 +146,7 @@ unlinkdUnlink(const char *path)
      * is executed by the helper process.  We try to be consistent
      * in counting unlink operations.
      */
-    syscalls.disk.unlinks++;
+    statCounter.syscalls.disk.unlinks++;
     queuelen++;
 }