diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-29 16:14:12 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-29 16:14:12 -0700 |
commit | 921aa99b37eba62601e32ee7e8cbd447ca2d737d (patch) | |
tree | ff42ab3cfb0535f02e52760e290cb895af472caf /source3/smbd | |
parent | f88ab1b1515b248dde4674caf602c04b40c46055 (diff) | |
download | samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.tar.gz samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.tar.bz2 samba-921aa99b37eba62601e32ee7e8cbd447ca2d737d.zip |
Start fixing the RAW-STREAMS test - ensure that the xattr
used to store the stream info in streams_depot.so is not
seen in when enumerating EAs.
Jeremy.
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/trans2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index ce458126d3..59b778cf45 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -73,6 +73,7 @@ static bool samba_private_attr_name(const char *unix_ea_name) SAMBA_POSIX_INHERITANCE_EA_NAME, SAMBA_XATTR_DOS_ATTRIB, SAMBA_XATTR_DOSTIMESTAMPS, + SAMBA_XATTR_MARKER, NULL }; |