mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
cleanup
This commit is contained in:
parent
9b60480293
commit
f7541b5e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue