mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2743 initialize rc
This commit is contained in:
parent
6194b91ca9
commit
16cde39daa
@ -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 New Issue
Block a user