]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Sun, 19 Jun 2005 22:43:45 +0000 (22:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 19 Jun 2005 22:43:45 +0000 (22:43 +0000)
servers/slapd/backend.c

index 7fc267a259970d99fc174b928079d2702189aa37..9e352079cd3ac438563c1d677a713e3b975a551c 100644 (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 );
                }
        }