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:
@ -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++;
|
||||
|
Reference in New Issue
Block a user