This commit is contained in:
Pierangelo Masarati 2005-06-19 22:43:45 +00:00
parent 9b60480293
commit f7541b5e8d

View file

@ -778,7 +778,7 @@ backend_connection_init(
LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
if ( be->be_connection_init ) {
be->be_connection_init( be, conn);
be->be_connection_init( be, conn );
}
}