ITS#7569 fixed a group enumeration bug (Symas#2255)

This commit is contained in:
Ted C. Cheng 2013-04-10 16:01:16 -07:00 committed by Howard Chu
parent 1da5f1faf0
commit 21ff23ac71

View File

@ -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))