From a5322366d8bad0c4ff9f9f206b307a7ff632a711 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 22 Oct 2011 10:37:34 +0200 Subject: s3:torture: add SMB2-SESSION-REAUTH metze --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 26d7055212..4c11ca4d6c 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8878,6 +8878,7 @@ static struct { { "SMB2-SESSION-RECONNECT", run_smb2_session_reconnect }, { "SMB2-TCON-DEPENDENCE", run_smb2_tcon_dependence }, { "SMB2-MULTI-CHANNEL", run_smb2_multi_channel }, + { "SMB2-SESSION-REAUTH", run_smb2_session_reauth }, { "LOCAL-SUBSTITUTE", run_local_substitute, 0}, { "LOCAL-GENCACHE", run_local_gencache, 0}, { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, -- cgit