s3-fault: removed the cont_fn from fault_setup()
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Mar 2011 03:05:23 +0000 (14:05 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Mar 2011 04:07:58 +0000 (05:07 +0100)
commitc8297073dbaf19237891fd97d9e62dc00ad4e1f0
tree14046c43f59dfcd69e789a8c871e665bc4ccb009
parent4928d66fc2f469b75090c34f8d233026485e4a1e
s3-fault: removed the cont_fn from fault_setup()

cont_fn() was supposed to be a way to continue after a seg fault. It
could never be called however, as smb_panic() from fault_report()
could never return, as dump_core() never returns at the end of
smb_panic()

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104
source3/include/proto.h
source3/lib/fault.c
source3/nmbd/nmbd.c
source3/smbd/server.c
source3/smbd/server_exit.c
source3/utils/smbcquotas.c
source3/web/swat.c
source3/winbindd/winbindd.c