]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/init.c
save 1 function call...
[openldap] / servers / slapd / back-ldap / init.c
index 1b56c94c38ba13083fe5e2b9c62e084f6a8af651..82e0900ca3cc59471359e4159ae041a12ad41321 100644 (file)
@@ -204,7 +204,7 @@ ldap_back_conn_free( void *v_lc )
        struct ldapconn *lc = v_lc;
 
        if ( lc->lc_ld != NULL ) {      
-               ldap_unbind_ext_s( lc->lc_ld, NULL, NULL );
+               ldap_unbind_ext( lc->lc_ld, NULL, NULL );
        }
        if ( !BER_BVISNULL( &lc->lc_bound_ndn ) ) {
                ch_free( lc->lc_bound_ndn.bv_val );