mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
problem been there for months: reg_r_info not aligning after string buffer.
(This used to be commit 66e2787ab7
)
This commit is contained in:
parent
894a824041
commit
b52903aefe
@ -808,6 +808,7 @@ void reg_io_r_info(char *desc, REG_R_INFO *r_r, prs_struct *ps, int depth)
|
||||
prs_uint32("ptr_type", ps, depth, &(r_r->ptr_type));
|
||||
|
||||
smb_io_buffer2("uni_type", &(r_r->uni_type), r_r->ptr_type, ps, depth);
|
||||
prs_align(ps);
|
||||
|
||||
prs_uint32("ptr2", ps, depth, &(r_r->ptr2));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user