diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-13 22:23:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-13 22:23:18 +0000 |
commit | 4b3d329ca21e731729af0a305386bee5d748ae92 (patch) | |
tree | 8a8a63dfb52dedd131e750b6fd81543913c741f2 /source4/torture/torture.c | |
parent | a33f57077686a096917c7e7433852d320a593348 (diff) | |
download | samba-4b3d329ca21e731729af0a305386bee5d748ae92.tar.gz samba-4b3d329ca21e731729af0a305386bee5d748ae92.tar.bz2 samba-4b3d329ca21e731729af0a305386bee5d748ae92.zip |
- added a raw smb scanner
- its not a root_fid in ntrename
(This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
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}}; |