Do not enforce a valid ld in lutil_sasl_interact

This commit is contained in:
Ondřej Kuzník 2018-05-24 10:16:55 +01:00
parent 05e0906f8b
commit 50a021a387

View file

@ -216,8 +216,6 @@ int lutil_sasl_interact(
{
sasl_interact_t *interact = in;
if( ld == NULL ) return LDAP_PARAM_ERROR;
if( flags == LDAP_SASL_INTERACTIVE ) {
fputs( _("SASL Interaction\n"), stderr );
}