mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent
was being miss-parsed. Jeremy.
This commit is contained in:
parent
d4872c94c2
commit
1685e41da0
@ -2755,6 +2755,9 @@ BOOL srv_io_q_net_file_set_secdesc(char *desc, SRV_Q_NET_FILE_SET_SECDESC *q_n,
|
||||
if(!smb_io_unistr2("", &q_n->uni_file_name, True, ps, depth))
|
||||
return False;
|
||||
|
||||
if(!prs_align(ps))
|
||||
return False;
|
||||
|
||||
if(!prs_uint32("sec_info", ps, depth, &q_n->sec_info))
|
||||
return False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user