]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/bind.c
getbyname/getbyaddr should share mutex per ITS#563.
[openldap] / libraries / libldap / bind.c
index 95de07f0ffe3504cc7e81eaf2431990901e8a41c..f985b3b0d937f50deaf4d881896e7bb11b0215ce 100644 (file)
@@ -130,14 +130,3 @@ ldap_bind_s(
                return( ld->ld_errno = LDAP_AUTH_UNKNOWN );
        }
 }
-
-
-void
-ldap_set_rebind_proc( LDAP *ld, int (*rebindproc)( LDAP *ld, char **dnp,
-       char **passwdp, int *authmethodp, int freeit ))
-{
-       assert( ld != NULL );
-       assert( LDAP_VALID( ld ) );
-
-       ld->ld_rebindproc = rebindproc;
-}