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:
parent
a9b2a40682
commit
82149af29f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user