svn commit: samba r16982 - in branches/SAMBA_4_0/source/torture: .

metze at samba.org metze at samba.org
Wed Jul 12 14:33:25 GMT 2006


Author: metze
Date: 2006-07-12 14:33:25 +0000 (Wed, 12 Jul 2006)
New Revision: 16982

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16982

Log:
fix compiler warning, gentest will not use any SMB2 levels...

metze
Modified:
   branches/SAMBA_4_0/source/torture/gentest.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/gentest.c
===================================================================
--- branches/SAMBA_4_0/source/torture/gentest.c	2006-07-12 14:32:21 UTC (rev 16981)
+++ branches/SAMBA_4_0/source/torture/gentest.c	2006-07-12 14:33:25 UTC (rev 16982)
@@ -1628,6 +1628,8 @@
 	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;
 	}
 



More information about the samba-cvs mailing list