diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index 29fe8cf1df..44248bfc64 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -339,8 +339,8 @@ wierd. ********************************************************************/ void samr_io_r_unknown_3(char *desc, SAMR_R_UNKNOWN_3 *r_u, prs_struct *ps, int depth) { - int ptr_len0; - int ptr_len1; + int ptr_len0=0; + int ptr_len1=0; int ptr_sid_stuff = 0; if (r_u == NULL) return; |