mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix previous commit
This commit is contained in:
parent
a8658a8163
commit
9cd630d507
1 changed files with 2 additions and 2 deletions
|
|
@ -905,8 +905,8 @@ glue_sub_init( )
|
|||
!= LDAP_SUCCESS ) {
|
||||
return -1;
|
||||
}
|
||||
bv.bv_len = be->be_nsuffix[0]->bv_len - (bv.bv_val -
|
||||
be->be_nsuffix[0]->bv_val);
|
||||
bv.bv_len = b1->be_nsuffix[0]->bv_len - (bv.bv_val -
|
||||
b1->be_nsuffix[0]->bv_val);
|
||||
gi->n[gi->nodes].pdn = bv;
|
||||
gi->nodes++;
|
||||
b1->be_private = gi;
|
||||
|
|
|
|||
Loading…
Reference in a new issue