summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-11-07 17:18:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:42 -0500
commit9a0273634860386ecdd6b4c606f30f2620ae3dc0 (patch)
treea2f66ff19760e317196ec10c91e8ff2217b3d084 /source3/nmbd
parentea705fb3453a94fb4fee6f3a5299c988d8e48b26 (diff)
downloadsamba-9a0273634860386ecdd6b4c606f30f2620ae3dc0.tar.gz
samba-9a0273634860386ecdd6b4c606f30f2620ae3dc0.tar.bz2
samba-9a0273634860386ecdd6b4c606f30f2620ae3dc0.zip
r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message
in core dump path. (This used to be commit 9a51fba71c5fa7082c331e1a78a98638d9aa06cf)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 26495d25c1..4a05fde28c 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
}
/**************************************************************************** **