mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
fix previous commit
This commit is contained in:
parent
1360f9fa80
commit
52a827466a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ ldap_back_initialize( BackendInfo *bi )
|
|||
bi->bi_connection_init = 0;
|
||||
bi->bi_connection_destroy = ldap_back_conn_destroy;
|
||||
|
||||
if ( chain_init() ) {
|
||||
if ( chain_initialize() ) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue