From: wessels <> Date: Sat, 7 Jul 2007 04:23:51 +0000 (+0000) Subject: typo: leave_suid() was misspelled X-Git-Tag: SQUID_3_0_PRE7~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e0f82f25b2ab713afc72d328975588cac5e2c19;p=thirdparty%2Fsquid.git typo: leave_suid() was misspelled --- diff --git a/src/tools.cc b/src/tools.cc index 22333fbce7..f2f8157a06 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -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);