From 8dc40d68030396dd22844ff68b260645526e68f8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Nov 2005 05:28:30 +0000 Subject: r11731: fixed typo noticed by metze (This used to be commit e51fb2b44ad524620451807cccb186dd4be704c7) --- source4/libcli/smb2/getinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli/smb2/getinfo.c') diff --git a/source4/libcli/smb2/getinfo.c b/source4/libcli/smb2/getinfo.c index 7a362b24d9..9599a6c48c 100644 --- a/source4/libcli/smb2/getinfo.c +++ b/source4/libcli/smb2/getinfo.c @@ -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: { -- cgit