From: wessels <> Date: Thu, 12 Apr 2007 04:58:32 +0000 (+0000) Subject: backout an assertion mistakenly added by last commit X-Git-Tag: SQUID_3_0_PRE6~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d82af40bba3924dc18439c5bb9a086283cc344;p=thirdparty%2Fsquid.git backout an assertion mistakenly added by last commit --- diff --git a/src/debug.cc b/src/debug.cc index b33182f501..a26079ba01 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1,6 +1,6 @@ /* - * $Id: debug.cc,v 1.100 2007/04/11 22:57:34 wessels Exp $ + * $Id: debug.cc,v 1.101 2007/04/11 22:58:32 wessels Exp $ * * DEBUG: section 0 Debug Routines * AUTHOR: Harvest Derived @@ -263,7 +263,6 @@ debugOpenLog(const char *logfile) { if (debug_log && debug_log != stderr) fclose(debug_log); - assert(geteuid() != 0); debug_log = fopen(logfile, "a+"); if (!debug_log) {