mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#7569 fixed a group enumeration bug (Symas#2255)
This commit is contained in:
parent
1da5f1faf0
commit
21ff23ac71
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue