]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/os-ip.c
Fix extensible filters
[openldap] / libraries / libldap / os-ip.c
index 02006651cbdb7dc2b4bfb94773f628f79a171ecf..23935ad2af8b8c84802b14704e47e434f1b3c270 100644 (file)
@@ -661,11 +661,11 @@ ldap_int_ip_init( void )
 
 
 int
-do_ldap_select( LDAP *ld, struct timeval *timeout )
+ldap_int_select( LDAP *ld, struct timeval *timeout )
 {
        struct selectinfo       *sip;
 
-       Debug( LDAP_DEBUG_TRACE, "do_ldap_select\n", 0, 0, 0 );
+       Debug( LDAP_DEBUG_TRACE, "ldap_int_select\n", 0, 0, 0 );
 
        if ( ldap_int_tblsize == 0 )
                ldap_int_ip_init();