From: Howard Chu Date: Wed, 9 Sep 2015 23:37:32 +0000 (+0100) Subject: ITS#8240 remove obsolete assert X-Git-Tag: OPENLDAP_REL_ENG_2_4_43~56 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2cf4758db28f06c63ab64fc11977b2914ecbff61;p=openldap ITS#8240 remove obsolete assert --- diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index 85c3e23e81..c05dcf8434 100644 --- a/libraries/liblber/io.c +++ b/libraries/liblber/io.c @@ -679,7 +679,7 @@ done: return (ber->ber_tag); } - assert( 0 ); /* ber structure is messed up ?*/ + /* invalid input */ return LBER_DEFAULT; }