diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-22 16:17:39 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-23 11:03:57 +1100 |
commit | 580997ede06d587ecf00c6a3faff237806904cd3 (patch) | |
tree | 73e5ce8019ded546a2630703aa91bd0f41b567c5 /source3/winbindd/winbindd.c | |
parent | 058c3bb923c51ef3f1b4b6d698bea2b1220bdd10 (diff) | |
download | samba-580997ede06d587ecf00c6a3faff237806904cd3.tar.gz samba-580997ede06d587ecf00c6a3faff237806904cd3.tar.xz samba-580997ede06d587ecf00c6a3faff237806904cd3.zip |
fault: get fault.c ready for use by s4
this moves the s3 specific dumpcore code into source3/lib/dumpcore.c,
and uses a function pointer to setup which smb_panic call to use
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r-- | source3/winbindd/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 99e98ac2b0..47d8be6178 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1230,7 +1230,7 @@ int main(int argc, char **argv, char **envp) CatchSignal(SIGUSR2, SIG_IGN); fault_setup(); - dump_core_setup("winbindd"); + dump_core_setup("winbindd", lp_logfile()); load_case_tables(); |