From 55d82af40bba3924dc18439c5bb9a086283cc344 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 12 Apr 2007 04:58:32 +0000 Subject: [PATCH] backout an assertion mistakenly added by last commit --- src/debug.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.47.2