mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#7569 fixed a group enumeration bug (Symas#2255)
This commit is contained in:
parent
1da5f1faf0
commit
21ff23ac71
@ -143,7 +143,7 @@ static int write_group(nssov_group_cbp *cbp,Entry *entry)
|
||||
struct berval *names,*gids,*members;
|
||||
struct berval passwd = {0};
|
||||
Attribute *a;
|
||||
int i,j,nummembers,rc;
|
||||
int i,j,nummembers,rc = 0;
|
||||
|
||||
/* get group name (cn) */
|
||||
if (BER_BVISNULL(&cbp->name))
|
||||
|
Loading…
Reference in New Issue
Block a user