The branch, v4-0-test has been updated
       via  aa27344b96929c925b30965a1cd20e69c3dbd515 (commit)
      from  29843a6b339a581de714924219632390b156aa4f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit aa27344b96929c925b30965a1cd20e69c3dbd515
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Wed Jul 9 17:46:11 2008 -0700

    (Hopefully) fix the build by re-adding security.NTACL
    const char. The deletion earlier was a typo.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/idl/xattr.idl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/xattr.idl b/source/librpc/idl/xattr.idl
index 5b3ad3a..ba0123a 100644
--- a/source/librpc/idl/xattr.idl
+++ b/source/librpc/idl/xattr.idl
@@ -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;


-- 
Samba Shared Repository

Reply via email to