diff options
author | Jeremy Allison <jra@samba.org> | 2011-02-24 14:52:58 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-02-25 00:40:52 +0100 |
commit | ed3ae87830616503da0348c0c8cde7c624b2322d (patch) | |
tree | 00e5a46e99dbf2ffc0b93e59a45e992585d848b0 /source4/libcli/raw | |
parent | 2d0727bc4953254562637ef9630476342d76d3d0 (diff) | |
download | samba-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 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/interfaces.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index f6d090539c..f3ce4e9c5f 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -2090,7 +2090,6 @@ union smb_close { struct { union smb_handle file; time_t write_time; -#define SMB2_CLOSE_FLAGS_FULL_INFORMATION (1<<0) uint16_t flags; /* SMB2_CLOSE_FLAGS_* */ } in; struct { |