]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a comment
authorVolker Lendecke <vl@samba.org>
Thu, 12 Dec 2024 12:59:45 +0000 (13:59 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 18 Dec 2024 08:25:35 +0000 (08:25 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smb.h

index 4cebe366346a31ae8994a27a3e90cf7917b398f6..2642e364d0a57b085348be6db002b10eedd5d67f 100644 (file)
@@ -607,7 +607,10 @@ struct ea_list {
        struct ea_struct ea;
 };
 
-/* EA names used internally in Samba. KEEP UP TO DATE with prohibited_ea_names in trans2.c !. */
+/*
+ * EA names used internally in Samba. KEEP UP TO DATE with
+ * samba_private_attr_name() in smb2_trans2.c !.
+ */
 #define SAMBA_POSIX_INHERITANCE_EA_NAME "user.SAMBA_PAI"
 /* EA to use for DOS attributes */
 #define SAMBA_XATTR_DOS_ATTRIB "user.DOSATTRIB"