mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#2743 initialize rc
This commit is contained in:
parent
6194b91ca9
commit
16cde39daa
1 changed files with 1 additions and 0 deletions
|
|
@ -1195,6 +1195,7 @@ backend_group(
|
||||||
|
|
||||||
if ( target && dn_match( &target->e_nname, gr_ndn ) ) {
|
if ( target && dn_match( &target->e_nname, gr_ndn ) ) {
|
||||||
e = target;
|
e = target;
|
||||||
|
rc = 0;
|
||||||
} else {
|
} else {
|
||||||
rc = be_entry_get_rw(op, gr_ndn, group_oc, group_at, 0, &e );
|
rc = be_entry_get_rw(op, gr_ndn, group_oc, group_at, 0, &e );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue