diff options
-rw-r--r-- | source3/rpc_parse/parse_reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c index ecec498528..4f9a9350bd 100644 --- a/source3/rpc_parse/parse_reg.c +++ b/source3/rpc_parse/parse_reg.c @@ -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)); |