mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8240 remove obsolete assert
This commit is contained in:
parent
f5100665e3
commit
6fe51a9ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ done:
|
||||||
return (ber->ber_tag);
|
return (ber->ber_tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
assert( 0 ); /* ber structure is messed up ?*/
|
/* invalid input */
|
||||||
return LBER_DEFAULT;
|
return LBER_DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue