mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Remove dead code.
This commit is contained in:
parent
97d9b07814
commit
46f4813632
1 changed files with 0 additions and 6 deletions
|
|
@ -129,9 +129,6 @@ ldap_verify_credentials(LDAP *ld,
|
|||
assert(msgidp != NULL);
|
||||
|
||||
ber = ber_alloc_t(LBER_USE_DER);
|
||||
#if 0
|
||||
ber_printf(ber, "{" /*}*/ );
|
||||
#endif
|
||||
if (dn == NULL) dn = "";
|
||||
|
||||
if (mechanism == LDAP_SASL_SIMPLE) {
|
||||
|
|
@ -161,9 +158,6 @@ ldap_verify_credentials(LDAP *ld,
|
|||
}
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
ber_printf(ber, /*{*/ "N}" );
|
||||
#endif
|
||||
|
||||
ber_flatten(ber, &reqdata);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue