1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

uninitialised counter

(This used to be commit 403f53d696)
This commit is contained in:
Luke Leighton 1998-11-23 23:44:09 +00:00
parent e5d6ffd85d
commit 83e41392b6

View File

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