MORE places??? TODO??? s3:net: call fault_setup() in order to get usefull backtraces
authorStefan Metzmacher <metze@samba.org>
Wed, 11 May 2016 21:09:53 +0000 (23:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 12:47:43 +0000 (13:47 +0100)
source3/utils/net.c

index 7c5b6a05be74b228b814b13137c928f37b99548b..9dada718ddc326ba0f57ebceca2017aa59871b9d 100644 (file)
@@ -1264,7 +1264,7 @@ static void get_credentials_file(struct net_context *c,
        zero_sockaddr(&c->opt_dest_ip);
 
        setup_logging(argv[0], DEBUG_STDERR);
-
+       fault_setup();
        smb_init_locale();
 
        setlocale(LC_ALL, "");