svn commit: samba r12091 - in branches/SAMBA_4_0/source/smb_server/smb: .

metze at samba.org metze at samba.org
Tue Dec 6 12:33:32 GMT 2005


Author: metze
Date: 2005-12-06 12:33:32 +0000 (Tue, 06 Dec 2005)
New Revision: 12091

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

Log:
the SMB2 specific level are not available via SMB
(get rid of the compiler warnings)

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb/trans2.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/trans2.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/trans2.c	2005-12-06 11:52:16 UTC (rev 12090)
+++ branches/SAMBA_4_0/source/smb_server/smb/trans2.c	2005-12-06 12:33:32 UTC (rev 12091)
@@ -742,6 +742,10 @@
 	case RAW_FILEINFO_UNIX_BASIC:
 	case RAW_FILEINFO_UNIX_LINK:
 		return NT_STATUS_INVALID_LEVEL;
+
+	case RAW_FILEINFO_SMB2_ALL_EAS:
+	case RAW_FILEINFO_SMB2_ALL_INFORMATION:
+		return NT_STATUS_INVALID_LEVEL;
 	}
 
 	return NT_STATUS_INVALID_LEVEL;



More information about the samba-cvs mailing list