summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r--source/rpc_parse/parse_misc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c
index 0966262120a..21548f37a23 100644
--- a/source/rpc_parse/parse_misc.c
+++ b/source/rpc_parse/parse_misc.c
@@ -1299,9 +1299,7 @@ BOOL smb_io_pol_hnd(char *desc, POLICY_HND *pol, prs_struct *ps, int depth)
prs_align(ps);
prs_uint32("ptr", ps, depth, &pol->ptr);
- smb_io_rpc_uuid("uuid", &pol->uuid, ps, depth);
-
- return True;
+ return smb_io_rpc_uuid("uuid", &pol->uuid, ps, depth);
}
/*******************************************************************