disable unfinished panic.log functionality
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Oct 2014 20:17:29 +0000 (21:17 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Oct 2014 20:17:29 +0000 (21:17 +0100)
citadel/server_main.c

index 9da255b50f1a8a54cb706122820b4b94e498aa56..3b1be910d02de6e2dac33d95a454f0725014ffc1 100644 (file)
@@ -131,7 +131,8 @@ int main(int argc, char **argv)
                drop_root_perms = 1;
        }
 
-#ifdef HAVE_BACKTRACE
+#if 0
+ def HAVE_BACKTRACE
        bzero(&params, sizeof(params));
        params.filename = file_pid_paniclog;
        panic_fd=open(file_pid_paniclog, O_APPEND|O_CREAT|O_DIRECT);