From 1fef161d2a0b73519cba23739e326ba0b2e11c2a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 19 Sep 2011 10:08:48 +0200 Subject: s3:torture:smb2: add SMB2-SESSION-RECONNECT test Signed-off-by: Stefan Metzmacher --- 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 64b1e930f4..9dc8925107 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8875,6 +8875,7 @@ static struct { { "NOTIFY-ONLINE", run_notify_online }, { "SMB2-BASIC", run_smb2_basic }, { "SMB2-NEGPROT", run_smb2_negprot }, + { "SMB2-SESSION-RECONNECT", run_smb2_session_reconnect }, { "LOCAL-SUBSTITUTE", run_local_substitute, 0}, { "LOCAL-GENCACHE", run_local_gencache, 0}, { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, -- cgit