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