summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/getinfo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-17 04:03:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:23 -0500
commit7a43b32c3b6aeae3572c810fef243d883fe74f28 (patch)
tree088d9a79faf88a4281c9b599c47c5d16540a458d /source4/libcli/smb2/getinfo.c
parentfe996e8ac687dbf5b5cfdd795f14aed89663f06d (diff)
downloadsamba-7a43b32c3b6aeae3572c810fef243d883fe74f28.tar.gz
samba-7a43b32c3b6aeae3572c810fef243d883fe74f28.tar.bz2
samba-7a43b32c3b6aeae3572c810fef243d883fe74f28.zip
r11755: added names for all of the SMB2 qfs info levels (they all map exactly
to equivalent SMB qfs levels) (This used to be commit 4ce48d02aa12d6fa699bf8b250b14851870f0096)
Diffstat (limited to 'source4/libcli/smb2/getinfo.c')
-rw-r--r--source4/libcli/smb2/getinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/smb2/getinfo.c b/source4/libcli/smb2/getinfo.c
index 1594b8c1b4..fe27cc711b 100644
--- a/source4/libcli/smb2/getinfo.c
+++ b/source4/libcli/smb2/getinfo.c
@@ -178,6 +178,7 @@ NTSTATUS smb2_getinfo_parse(TALLOC_CTX *mem_ctx,
io->all_info.write_time = smbcli_pull_nttime(blob.data, 0x10);
io->all_info.change_time = smbcli_pull_nttime(blob.data, 0x18);
io->all_info.file_attr = IVAL(blob.data, 0x20);
+ io->all_info.unknown1 = IVAL(blob.data, 0x24);
io->all_info.alloc_size = BVAL(blob.data, 0x28);
io->all_info.size = BVAL(blob.data, 0x30);
io->all_info.nlink = IVAL(blob.data, 0x38);