ITS#9465 remove assert in ldap_get_option()

Since it's already checked for error
This commit is contained in:
Howard Chu 2021-02-11 17:03:32 +00:00
parent 94a1ab2563
commit 00a5815c2c

View File

@ -110,8 +110,6 @@ ldap_get_option(
}
if(ld != NULL) {
assert( LDAP_VALID( ld ) );
if( !LDAP_VALID( ld ) ) {
return LDAP_OPT_ERROR;
}