diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-15 14:23:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:48:05 +0100 |
commit | f3aa372bcb51bc08724f4ebe211b8c499f22cf30 (patch) | |
tree | 41c1515777829850f853e394b97815598974a0a9 | |
parent | e29830a60fe7df82ba5f87e6f4e6359e025134d8 (diff) | |
download | samba-f3aa372bcb51bc08724f4ebe211b8c499f22cf30.tar.gz samba-f3aa372bcb51bc08724f4ebe211b8c499f22cf30.tar.bz2 samba-f3aa372bcb51bc08724f4ebe211b8c499f22cf30.zip |
s3:torture: call fault_setup() to get usage backtraces
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index c70b5ffc8f..db18825ddc 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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")) { |