svn commit: samba r11731 - in branches/SAMBA_4_0/source/libcli/smb2: .

tridge at samba.org tridge at samba.org
Tue Nov 15 05:28:30 GMT 2005


Author: tridge
Date: 2005-11-15 05:28:30 +0000 (Tue, 15 Nov 2005)
New Revision: 11731

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

Log:

fixed typo noticed by metze

Modified:
   branches/SAMBA_4_0/source/libcli/smb2/getinfo.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/getinfo.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/getinfo.c	2005-11-15 04:38:59 UTC (rev 11730)
+++ branches/SAMBA_4_0/source/libcli/smb2/getinfo.c	2005-11-15 05:28:30 UTC (rev 11731)
@@ -252,8 +252,8 @@
 		if (blob.length != 0x08) {
 			return NT_STATUS_INFO_LENGTH_MISMATCH;
 		}
-		io->standard_info.file_attr   = IVAL(blob.data, 0x00);
-		io->standard_info.unknown     = IVAL(blob.data, 0x04);
+		io->attrib_info.file_attr   = IVAL(blob.data, 0x00);
+		io->attrib_info.unknown     = IVAL(blob.data, 0x04);
 		break;
 
 	case SMB2_GETINFO_SECURITY: {



More information about the samba-cvs mailing list