diff options
Diffstat (limited to 'source3/rpc_parse/parse_misc.c')
-rw-r--r-- | source3/rpc_parse/parse_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c index cef2d3e3c2..34788068c0 100644 --- a/source3/rpc_parse/parse_misc.c +++ b/source3/rpc_parse/parse_misc.c @@ -910,6 +910,7 @@ void init_unistr2_from_unistr (UNISTR2 *to, UNISTR *from) while ((from->buffer)[i]!='\0') i++; i++; /* one more to catch the terminating NULL */ + /* is this necessary -- jerry? I need to think */ /* set up string lengths; uni_max_len is set to i+1 because we need to account for the final NULL termination */ |