From 4b3d329ca21e731729af0a305386bee5d748ae92 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Aug 2003 22:23:18 +0000 Subject: - added a raw smb scanner - its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff) --- 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 a43db896e0..bf46c888b2 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -3929,6 +3929,7 @@ static struct { {"SCAN-TRANS2", torture_trans2_scan, 0}, {"SCAN-NTTRANS", torture_nttrans_scan, 0}, {"SCAN-ALIASES", torture_trans2_aliases, 0}, + {"SCAN-SMB", torture_smb_scan, 0}, {NULL, NULL, 0}}; -- cgit