summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-05-10 01:39:27 +0400
committerStefan Metzmacher <metze@samba.org>2010-05-18 15:31:13 +0200
commit9f01e7af6b5f0ab8022baabf097af6be82f13877 (patch)
tree355df7b9aa39d8677c034513ee4363c789053922 /source4/torture/torture.c
parent0e4e39c7f51a6fe95485710454b5ced1a6ef7a51 (diff)
downloadsamba-9f01e7af6b5f0ab8022baabf097af6be82f13877.tar.gz
samba-9f01e7af6b5f0ab8022baabf097af6be82f13877.tar.bz2
samba-9f01e7af6b5f0ab8022baabf097af6be82f13877.zip
s4 torture: Add tests for dfs referrals handling in SMB/trans2 requests
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index a93fbe33b0..e071a21d88 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -65,6 +65,7 @@ _PUBLIC_ int torture_init(void)
extern NTSTATUS torture_nbt_init(void);
extern NTSTATUS torture_nbench_init(void);
extern NTSTATUS torture_rap_init(void);
+ extern NTSTATUS torture_dfs_init(void);
extern NTSTATUS torture_rpc_init(void);
extern NTSTATUS torture_ntp_init(void);
extern NTSTATUS torture_smb2_init(void);