summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/getinfo.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-14 13:32:23 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-15 10:57:32 +0200
commitd3be108637f1ae5d2a07a87c700f42b8c26df6a0 (patch)
treedee164292fd666fac0a8d9cc9b62312b51419819 /source4/torture/smb2/getinfo.c
parentda737f2447c925726fb944fc08683ffaf6cf8a63 (diff)
downloadsamba-d3be108637f1ae5d2a07a87c700f42b8c26df6a0.tar.gz
samba-d3be108637f1ae5d2a07a87c700f42b8c26df6a0.tar.bz2
samba-d3be108637f1ae5d2a07a87c700f42b8c26df6a0.zip
SMB2-GETINFO: test SMB2_ALL_EAS
metze
Diffstat (limited to 'source4/torture/smb2/getinfo.c')
-rw-r--r--source4/torture/smb2/getinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/smb2/getinfo.c b/source4/torture/smb2/getinfo.c
index c4ab31f4cf..166c3f694f 100644
--- a/source4/torture/smb2/getinfo.c
+++ b/source4/torture/smb2/getinfo.c
@@ -49,9 +49,9 @@ static struct {
{ LEVEL(RAW_FILEINFO_COMPRESSION_INFORMATION) },
{ LEVEL(RAW_FILEINFO_NETWORK_OPEN_INFORMATION) },
{ LEVEL(RAW_FILEINFO_ATTRIBUTE_TAG_INFORMATION) },
-/*
+
{ LEVEL(RAW_FILEINFO_SMB2_ALL_EAS) },
-*/
+
{ LEVEL(RAW_FILEINFO_SMB2_ALL_INFORMATION) },
{ LEVEL(RAW_FILEINFO_SEC_DESC) }
};