]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/bind.c
getbyname/getbyaddr should share mutex per ITS#563.
[openldap] / libraries / libldap / bind.c
index 2133a7b8bdeddb0a8a3bed1e2985218c3be3d166..f985b3b0d937f50deaf4d881896e7bb11b0215ce 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*  Portions
@@ -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;
-}