]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
(Hopefully) fix the build by re-adding security.NTACL
authorJeremy Allison <jra@samba.org>
Thu, 10 Jul 2008 00:46:11 +0000 (17:46 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 10 Jul 2008 00:46:11 +0000 (17:46 -0700)
const char. The deletion earlier was a typo.
Jeremy.

source/librpc/idl/xattr.idl

index 5b3ad3aa91067ae65cb8f990c234b9613f6ff510..ba0123aed05c9095133ca8dfe316636a9de9a6d5 100644 (file)
@@ -115,6 +115,8 @@ interface xattr
                      can discard if this doesn't match the POSIX st_ctime.
        */
 
+       const char *XATTR_NTACL_NAME = "security.NTACL";
+
        typedef [public] struct {
                security_descriptor *sd;
                NTTIME last_changed;