summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-22 10:37:34 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:33 +0100
commita5322366d8bad0c4ff9f9f206b307a7ff632a711 (patch)
treedd55d01544acda7d3e75d3aaa3961327920cabd7 /source3/torture/torture.c
parent2a04959ba11e34e0ca45ba21a5d5b521d5662f32 (diff)
downloadsamba-a5322366d8bad0c4ff9f9f206b307a7ff632a711.tar.gz
samba-a5322366d8bad0c4ff9f9f206b307a7ff632a711.tar.bz2
samba-a5322366d8bad0c4ff9f9f206b307a7ff632a711.zip
s3:torture: add SMB2-SESSION-REAUTH
metze
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
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},