1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

added comment for my own memory purposes

jerry
(This used to be commit b64ddbd1aa)
This commit is contained in:
Gerald Carter 2000-08-17 20:03:53 +00:00
parent a9b2a40682
commit 82149af29f

View File

@ -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 */