summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-02-24 14:52:58 -0800
committerJeremy Allison <jra@samba.org>2011-02-25 00:40:52 +0100
commited3ae87830616503da0348c0c8cde7c624b2322d (patch)
tree00e5a46e99dbf2ffc0b93e59a45e992585d848b0 /libcli
parent2d0727bc4953254562637ef9630476342d76d3d0 (diff)
downloadsamba-ed3ae87830616503da0348c0c8cde7c624b2322d.tar.gz
samba-ed3ae87830616503da0348c0c8cde7c624b2322d.tar.bz2
samba-ed3ae87830616503da0348c0c8cde7c624b2322d.zip
Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move definition to correct place).
Thanks to Nick Meier @ Microsoft for finding this @ Connectathon. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104
Diffstat (limited to 'libcli')
-rw-r--r--libcli/smb/smb2_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h
index 6d29d6e9ea..7ab496df22 100644
--- a/libcli/smb/smb2_constants.h
+++ b/libcli/smb/smb2_constants.h
@@ -184,4 +184,6 @@
#define SMB2_GETINFO_SECURITY 0x03
#define SMB2_GETINFO_QUOTA 0x04
+#define SMB2_CLOSE_FLAGS_FULL_INFORMATION (0x01)
+
#endif