mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue