mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Changed interface to set_nt_acl slightly.
Jeremy.
(This used to be commit 4534eae405
)
This commit is contained in:
parent
6c96a55ef5
commit
e743e2b707
@ -1979,7 +1979,7 @@ security descriptor.\n"));
|
||||
return(UNIXERROR(ERRDOS,ERRnoaccess));
|
||||
}
|
||||
|
||||
if (!set_nt_acl(fsp, psd)) {
|
||||
if (!set_nt_acl(fsp, security_info_sent, psd)) {
|
||||
free_sec_desc(&psd);
|
||||
return(UNIXERROR(ERRDOS,ERRnoaccess));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user