diff options
author | James Peach <jpeach@samba.org> | 2006-11-07 17:18:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:42 -0500 |
commit | 9a0273634860386ecdd6b4c606f30f2620ae3dc0 (patch) | |
tree | a2f66ff19760e317196ec10c91e8ff2217b3d084 /source3/nsswitch/winbindd.c | |
parent | ea705fb3453a94fb4fee6f3a5299c988d8e48b26 (diff) | |
download | samba-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/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |