use abort() instead of exit() in smb_panic()
commit7a50ca81a5842f7139e67c0ff9de79518599f445
authorAndrew Tridgell <tridge@samba.org>
Wed, 28 Oct 1998 06:05:34 +0000 (28 06:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 28 Oct 1998 06:05:34 +0000 (28 06:05 +0000)
tree0359a78d7e7868aa7ec29f2fb222df929a1e2781
parent177b7b6b190c78ab59e19187d3221d23bb280911
use abort() instead of exit() in smb_panic()

the reason we don't return() here is that smb_panic() is used not just
for segv but also for detected errors (such as buffer overflows)
source/lib/util.c