diff options
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 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; |