summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-08-17 20:03:53 +0000
committerGerald Carter <jerry@samba.org>2000-08-17 20:03:53 +0000
commitb64ddbd1aaba8811641e502e96f3bbef01171f52 (patch)
tree32be2595d76745f24967a23972596aec60d9499f /source/rpc_parse/parse_misc.c
parent3b14487c7e5218ff3e0ff3118ca1afd706e05247 (diff)
downloadsamba-b64ddbd1aaba8811641e502e96f3bbef01171f52.tar.gz
samba-b64ddbd1aaba8811641e502e96f3bbef01171f52.tar.xz
samba-b64ddbd1aaba8811641e502e96f3bbef01171f52.zip
added comment for my own memory purposes
jerry
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r--source/rpc_parse/parse_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c
index cef2d3e3c2b..34788068c06 100644
--- a/source/rpc_parse/parse_misc.c
+++ b/source/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 */