summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index ced6786194..a050029548 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -4179,7 +4179,7 @@ void smb_panic(char *why)
system(cmd);
}
DEBUG(0,("PANIC: %s\n", why));
- exit(1);
+ abort();
}