1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

uninitialised counter

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent c89642ff3f
commit 403f53d696

View File

@ -444,7 +444,7 @@ static void samr_reply_enum_dom_groups(SAMR_Q_ENUM_DOM_GROUPS *q_u,
{
BOOL ret;
char *name;
int i;
int i = 0;
got_grps = True;
become_root(True);