From 9f01e7af6b5f0ab8022baabf097af6be82f13877 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 10 May 2010 01:39:27 +0400 Subject: s4 torture: Add tests for dfs referrals handling in SMB/trans2 requests Signed-off-by: Stefan Metzmacher --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') 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); -- cgit