diff options
author | Jeremy Allison <jra@samba.org> | 2004-11-13 00:35:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:16 -0500 |
commit | 1b31f46f22831781b9ec5592da189a5210cfbc45 (patch) | |
tree | ee9b068cc4010ff8a7adb51e84e385e7f171c29c /source3/smbd/trans2.c | |
parent | f995b164b98221e224661e370d61ad08dadb2986 (diff) | |
download | samba-1b31f46f22831781b9ec5592da189a5210cfbc45.tar.gz samba-1b31f46f22831781b9ec5592da189a5210cfbc45.tar.bz2 samba-1b31f46f22831781b9ec5592da189a5210cfbc45.zip |
r3714: Getfacl now seems to work on files and directories. Next do setfacl
and port to Samba4.
Jeremy.
(This used to be commit 4d52bf7c8b3147dd4f0d3081fbf9a1f5ebd246a1)
Diffstat (limited to 'source3/smbd/trans2.c')
-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 a129227215..c401ae5722 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -2354,6 +2354,7 @@ static BOOL marshall_posix_acl(connection_struct *conn, char *pdata, SMB_STRUCT_ DEBUG(0,("marshall_posix_acl: unknown tagtype.\n")); return False; } + pdata += SMB_POSIX_ACL_ENTRY_SIZE; } return True; |