]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/print.c
Fix ldap_send_initial_request() to open connection if not already
[openldap] / libraries / libldap / print.c
index 764f12850fafb9404b9a3aefea4e9a861a25c513..5254fea8db43c47b823e5ca6b351fc0c772aede2 100644 (file)
@@ -75,13 +75,3 @@ va_dcl
        (*lber_pvt_log_print)( buf );
        return 1;
 }
-
-static int lber_log_puts(int errlvl, int loglvl, char *buf)
-{
-       if ( !ldap_log_check( errlvl, loglvl )) {
-               return 0;
-       }
-
-       (*lber_pvt_log_print)( buf );
-       return 1;
-}