mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#9465 remove assert in ldap_get_option()
Since it's already checked for error
This commit is contained in:
parent
94a1ab2563
commit
00a5815c2c
@ -110,8 +110,6 @@ ldap_get_option(
|
||||
}
|
||||
|
||||
if(ld != NULL) {
|
||||
assert( LDAP_VALID( ld ) );
|
||||
|
||||
if( !LDAP_VALID( ld ) ) {
|
||||
return LDAP_OPT_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user