diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-17 20:03:53 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-17 20:03:53 +0000 |
commit | 82149af29f401f0ebc422359ddc4f6fc21a424ea (patch) | |
tree | 87f60206981c3d77a2096d98b4e016f630fbad68 | |
parent | a9b2a406826b857f41ea9da0984cb49addb30a2f (diff) | |
download | samba-82149af29f401f0ebc422359ddc4f6fc21a424ea.tar.gz samba-82149af29f401f0ebc422359ddc4f6fc21a424ea.tar.bz2 samba-82149af29f401f0ebc422359ddc4f6fc21a424ea.zip |
added comment for my own memory purposes
jerry
(This used to be commit b64ddbd1aaba8811641e502e96f3bbef01171f52)
-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 */ |