From 82149af29f401f0ebc422359ddc4f6fc21a424ea Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 17 Aug 2000 20:03:53 +0000 Subject: added comment for my own memory purposes jerry (This used to be commit b64ddbd1aaba8811641e502e96f3bbef01171f52) --- source3/rpc_parse/parse_misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 */ -- cgit