mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Do not enforce a valid ld in lutil_sasl_interact
This commit is contained in:
parent
05e0906f8b
commit
50a021a387
1 changed files with 0 additions and 2 deletions
|
|
@ -216,8 +216,6 @@ int lutil_sasl_interact(
|
||||||
{
|
{
|
||||||
sasl_interact_t *interact = in;
|
sasl_interact_t *interact = in;
|
||||||
|
|
||||||
if( ld == NULL ) return LDAP_PARAM_ERROR;
|
|
||||||
|
|
||||||
if( flags == LDAP_SASL_INTERACTIVE ) {
|
if( flags == LDAP_SASL_INTERACTIVE ) {
|
||||||
fputs( _("SASL Interaction\n"), stderr );
|
fputs( _("SASL Interaction\n"), stderr );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue