diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-21 11:37:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-21 11:37:40 +0000 |
commit | 038e3433d39337f736b7b69ac1e6212e9f8e5406 (patch) | |
tree | a502a03d2b20d67b1602692207806a767178bb25 /source3/lib/fault.c | |
parent | 57f1129cdc154c56ae70287999c5961e072b4975 (diff) | |
download | samba-038e3433d39337f736b7b69ac1e6212e9f8e5406.tar.gz |
added new smb.conf option "panic action". see my samba-technical
explanation.
(This used to be commit c6899df44c34088a4d2bf1edc840320b0ba7e32e)
Diffstat (limited to 'source3/lib/fault.c')
-rw-r--r-- | source3/lib/fault.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/lib/fault.c b/source3/lib/fault.c index 9b665f65c79..6effaf7d7c6 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -42,9 +42,7 @@ static void fault_report(int sig) DEBUG(0,("\nPlease read the file BUGS.txt in the distribution\n")); DEBUG(0,("===============================================================\n")); -#if AJT - ajt_panic(); -#endif + smb_panic("internal error"); if (cont_fn) { cont_fn(NULL); |