1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-10 05:44:20 +03:00

uninitialised counter

This commit is contained in:
Luke Leighton
-
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);