From: Volker Lendecke Date: Thu, 12 Dec 2024 12:59:45 +0000 (+0100) Subject: lib: Fix a comment X-Git-Tag: tdb-1.4.13~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc84e98ed5c6ec977c678adceec025609bebb0a0;p=thirdparty%2Fsamba.git lib: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 4cebe366346..2642e364d0a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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"