mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix glue_sub_init realloc disconnect
This commit is contained in:
parent
1150becd63
commit
d8068af892
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ glue_sub_init( )
|
|||
gi->n[gi->nodes].be = &gi->bd;
|
||||
dnParent( &b1->be_nsuffix[0], &gi->n[gi->nodes].pdn );
|
||||
gi->nodes++;
|
||||
b1->bd_info = bi;
|
||||
b1->bd_info = (BackendInfo *)gi;
|
||||
}
|
||||
}
|
||||
/* If there are any unresolved subordinates left, something is wrong */
|
||||
|
|
|
|||
Loading…
Reference in a new issue