From 450368c83365020fd8b5f4c2c6eafa23aa1aa2aa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 2 Dec 2004 04:31:08 +0000 Subject: r4033: removed a pointless comment (This used to be commit 1f3f9f829444cb889c6782c4fe52773fd6867b55) --- source4/include/smb_interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; -- cgit