1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

it is not my day it seems. :-(

Fixed missing )


j-
This commit is contained in:
Gerald Carter
-
parent 34d4fb54c3
commit 7b69cbbde3

View File

@ -885,7 +885,7 @@ void init_unistr2_from_unistr (UNISTR2 *to, UNISTR *from)
found = False;
while (!found)
{
if (from->buffer)[i]=='\0')
if ((from->buffer)[i]=='\0')
found = True;
else
i++;