]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo: leave_suid() was misspelled
authorwessels <>
Sat, 7 Jul 2007 04:23:51 +0000 (04:23 +0000)
committerwessels <>
Sat, 7 Jul 2007 04:23:51 +0000 (04:23 +0000)
src/tools.cc

index 22333fbce71f7039f20770fbfbe886c21d528e7d..f2f8157a06c9f5d5f8fd2d052d9f45457f958360 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tools.cc,v 1.276 2007/07/06 21:19:57 wessels Exp $
+ * $Id: tools.cc,v 1.277 2007/07/06 22:23:51 wessels Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
@@ -474,7 +474,7 @@ fatal(const char *message)
      * contains a "Bungled" line, fatal() will be called when the
      * process still has root privs.
      */
-    lave_suid();
+    leave_suid();
 
     if (0 == StoreController::store_dirs_rebuilding)
         storeDirWriteCleanLogs(0);