diff options
author | Jeremy Allison <jra@samba.org> | 2008-07-09 17:46:11 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-07-09 17:46:11 -0700 |
commit | 87f1a6c151aa9c4fd61dda30653b3d7acebbfc5d (patch) | |
tree | c944e7d11e45ec5a0fcf06ea1b32fc5a051e1a72 /source4/librpc/idl | |
parent | 526eaeb1e037e175ce26dec6cbe33378de2c5d68 (diff) | |
download | samba-87f1a6c151aa9c4fd61dda30653b3d7acebbfc5d.tar.gz samba-87f1a6c151aa9c4fd61dda30653b3d7acebbfc5d.tar.bz2 samba-87f1a6c151aa9c4fd61dda30653b3d7acebbfc5d.zip |
(Hopefully) fix the build by re-adding security.NTACL
const char. The deletion earlier was a typo.
Jeremy.
(This used to be commit aa27344b96929c925b30965a1cd20e69c3dbd515)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/xattr.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/xattr.idl b/source4/librpc/idl/xattr.idl index 5b3ad3aa91..ba0123aed0 100644 --- a/source4/librpc/idl/xattr.idl +++ b/source4/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; |