diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-02 04:31:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:16 -0500 |
commit | 450368c83365020fd8b5f4c2c6eafa23aa1aa2aa (patch) | |
tree | 4731f19d7acae80d27758a2804698e97b3873c45 /source4/include | |
parent | 34b1367373aee57c2a21ec9a993e715c62c37620 (diff) | |
download | samba-450368c83365020fd8b5f4c2c6eafa23aa1aa2aa.tar.gz samba-450368c83365020fd8b5f4c2c6eafa23aa1aa2aa.tar.bz2 samba-450368c83365020fd8b5f4c2c6eafa23aa1aa2aa.zip |
r4033: removed a pointless comment
(This used to be commit 1f3f9f829444cb889c6782c4fe52773fd6867b55)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index c447b39b08..5d31f0c6c5 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -615,7 +615,7 @@ union smb_fileinfo { union smb_fileinfo_in in; struct { - uint32_t access_flags; /* seen 0x001f01ff from w2k3 */ + uint32_t access_flags; } out; } access_information; |