added new smb.conf option "panic action". see my samba-technical
[samba.git] / source3 / lib / fault.c
index 9b665f65c79e80a5267160a3e45c6285e452a3ee..6effaf7d7c6811854a17710f56629c3ff7a24567 100644 (file)
@@ -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);