From: Howard Chu Date: Wed, 9 Sep 2015 23:37:32 +0000 (+0100) Subject: ITS#8240 remove obsolete assert X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6fe51a9ab04fd28bbc171da3cf12f1c1040d6629;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; }