1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r11731: fixed typo noticed by metze

This commit is contained in:
Andrew Tridgell
2005-11-15 05:28:30 +00:00
committed by Gerald (Jerry) Carter
parent ca65bf0235
commit e51fb2b44a

View File

@@ -252,8 +252,8 @@ NTSTATUS smb2_getinfo_parse(TALLOC_CTX *mem_ctx,
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: {