mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s2-rpc-server: fix enum type in assignment
Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
1a2da5b0f8
commit
4171191dae
@ -2101,7 +2101,7 @@ static WERROR dcesrv_srvsvc_NetSetFileSecurity(struct dcesrv_call_state *dce_cal
|
||||
io = talloc(mem_ctx, union smb_setfileinfo);
|
||||
W_ERROR_HAVE_NO_MEMORY(io);
|
||||
|
||||
io->set_secdesc.level = RAW_FILEINFO_SEC_DESC;
|
||||
io->set_secdesc.level = RAW_SFILEINFO_SEC_DESC;
|
||||
io->set_secdesc.in.file.path = r->in.file;
|
||||
io->set_secdesc.in.secinfo_flags = r->in.securityinformation;
|
||||
io->set_secdesc.in.sd = r->in.sd_buf->sd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user