]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
backout an assertion mistakenly added by last commit
authorwessels <>
Thu, 12 Apr 2007 04:58:32 +0000 (04:58 +0000)
committerwessels <>
Thu, 12 Apr 2007 04:58:32 +0000 (04:58 +0000)
src/debug.cc

index b33182f501376a5a0222854edbfd1625c970ba42..a26079ba0121d7af4f725a361c247034c40b37fd 100644 (file)
@@ -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) {