diff options
-rw-r--r-- | source3/rpc_parse/parse_prs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_prs.c b/source3/rpc_parse/parse_prs.c index 9ce1a650d8..05f38ddd23 100644 --- a/source3/rpc_parse/parse_prs.c +++ b/source3/rpc_parse/parse_prs.c @@ -453,7 +453,7 @@ BOOL prs_align_uint16(prs_struct *ps) uint8 old_align = ps->align; ps->align = 2; - ret = prs_align(ps) + ret = prs_align(ps); ps->align = old_align; return ret; } |