X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=source3%2Fmodules%2Fvfs_default.c;h=ea7dc2caf99fc59c899e05e6069e3ba29fcdff86;hb=377c7b311e427a302b27f3512373e881de432081;hp=ee9ddb20e5fe24b88dfa0be1d9cb1a609ac6ee8f;hpb=cb7016594ae67d8f1c0195cf215a5cf1dd12cd9c;p=nivanova%2Fsamba-autobuild%2F.git diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index ee9ddb20e5f..ea7dc2caf99 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -2344,7 +2344,7 @@ static NTSTATUS vfswrap_get_nt_acl(vfs_handle_struct *handle, START_PROFILE(get_nt_acl); result = posix_get_nt_acl(handle->conn, - smb_fname->base_name, + smb_fname, security_info, mem_ctx, ppdesc);