mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
cleanup tools
This commit is contained in:
parent
c727d5caf7
commit
4bc19cbbb9
@ -1238,7 +1238,7 @@ tool_bind( LDAP *ld )
|
||||
rc = ldap_parse_result( ld, result, &err, &matched, &info, &refs,
|
||||
&ctrls, 1 );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
tool_perror( "ldap_bind parse result", rc, NULL, NULL, NULL, NULL );
|
||||
tool_perror( "ldap_bind parse result", rc, NULL, matched, info, refs );
|
||||
exit( LDAP_LOCAL_ERROR );
|
||||
}
|
||||
|
||||
|
@ -57,6 +57,10 @@ ldap_url_parse_ext LDAP_P((
|
||||
struct ldap_url_desc **ludpp,
|
||||
unsigned flags ));
|
||||
|
||||
LDAP_F (int) ldap_url_parselist LDAP_P(( /* deprecated, use ldap_url_parselist_ext() */
|
||||
struct ldap_url_desc **ludlist,
|
||||
const char *url ));
|
||||
|
||||
LDAP_F (int) ldap_url_parselist_ext LDAP_P((
|
||||
struct ldap_url_desc **ludlist,
|
||||
const char *url,
|
||||
|
@ -599,10 +599,6 @@ LDAP_F (LDAPURLDesc *) ldap_url_dup LDAP_P((
|
||||
LDAP_F (LDAPURLDesc *) ldap_url_duplist LDAP_P((
|
||||
LDAPURLDesc *ludlist ));
|
||||
|
||||
LDAP_F (int) ldap_url_parselist LDAP_P((
|
||||
LDAPURLDesc **ludlist,
|
||||
const char *url ));
|
||||
|
||||
LDAP_F (int) ldap_url_parsehosts LDAP_P((
|
||||
LDAPURLDesc **ludlist,
|
||||
const char *hosts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user