From ed3ae87830616503da0348c0c8cde7c624b2322d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 24 Feb 2011 14:52:58 -0800 Subject: 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 Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104 --- libcli/smb/smb2_constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli') 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 -- cgit