From 95bb95715c884077cfadf12bcaf829ffef627653 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 24 Feb 2005 14:38:12 +0000 Subject: r5538: Fix typo in comment -- non-existant constant name mentioned (This used to be commit 1d033d9dba7bc567b5458c08672ce9e570bb374b) --- 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 6bd061bef4..1052a6297d 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -671,7 +671,7 @@ union smb_fileinfo { } out; } attribute_tag_information; - /* RAW_FILEINFO_QUERY_SEC_DESC */ + /* RAW_FILEINFO_SEC_DESC */ struct { enum smb_fileinfo_level level; struct { -- cgit