]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture: call fault_setup() to get usage backtraces
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2013 13:23:50 +0000 (14:23 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:48:05 +0000 (23:48 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/torture/torture.c

index c70b5ffc8f3642026b3d89ff6411a1dbaec183b4..db18825ddcc51711db2cb3e5de07d1079f30936e 100644 (file)
@@ -9316,6 +9316,7 @@ static void usage(void)
        setup_logging("smbtorture", DEBUG_STDOUT);
 
        load_case_tables();
+       fault_setup();
 
        if (is_default_dyn_CONFIGFILE()) {
                if(getenv("SMB_CONF_PATH")) {