summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-12 14:33:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:06 -0500
commit219a242ee8cab1ba250873d0b96aaff84ad21e26 (patch)
tree4be19ce865fdfe6b207807badc112f7651934b4e
parent7cf9880d93210144391d1623b16f65048009ab85 (diff)
downloadsamba-219a242ee8cab1ba250873d0b96aaff84ad21e26.tar.gz
samba-219a242ee8cab1ba250873d0b96aaff84ad21e26.tar.bz2
samba-219a242ee8cab1ba250873d0b96aaff84ad21e26.zip
r16982: fix compiler warning, gentest will not use any SMB2 levels...
metze (This used to be commit db5a94ce0a1f1f3dda74ee5ecb0146bd762ded7c)
-rw-r--r--source4/torture/gentest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c
index 7ce27c7679..0ee60f8a18 100644
--- a/source4/torture/gentest.c
+++ b/source4/torture/gentest.c
@@ -1628,6 +1628,8 @@ static BOOL cmp_fileinfo(int instance,
case RAW_FILEINFO_EA_LIST:
case RAW_FILEINFO_UNIX_BASIC:
case RAW_FILEINFO_UNIX_LINK:
+ case RAW_FILEINFO_SMB2_ALL_EAS:
+ case RAW_FILEINFO_SMB2_ALL_INFORMATION:
break;
}