1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3:ntlm_auth: call fault_setup() in order to get usefull backtraces

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2016-05-11 23:09:53 +02:00
parent c8f2bb12eb
commit 9c994ba86e

View File

@ -2308,6 +2308,7 @@ enum {
smb_init_locale();
setup_logging("ntlm_auth", DEBUG_STDERR);
fault_setup();
/* Parse options */