fix previous commit

This commit is contained in:
Pierangelo Masarati 2005-11-28 10:38:01 +00:00
parent 1360f9fa80
commit 52a827466a

View file

@ -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;
}