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/nsswitch/winbindd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 6e61df99f1..e9e51449d6 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -65,9 +65,7 @@ static BOOL reload_services_file(void) static void fault_quit(void) { -#if DUMP_CORE dump_core(); -#endif } static void winbindd_status(void) -- cgit