From 9a0273634860386ecdd6b4c606f30f2620ae3dc0 Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 7 Nov 2006 17:18:00 +0000 Subject: r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message in core dump path. (This used to be commit 9a51fba71c5fa7082c331e1a78a98638d9aa06cf) --- source3/nmbd/nmbd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 26495d25c13..4a05fde28c9 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -112,9 +112,7 @@ static void sig_hup(int sig) static void fault_continue(void) { -#if DUMP_CORE dump_core(); -#endif } /**************************************************************************** ** -- cgit