From: Howard Chu Date: Wed, 9 Sep 2015 23:37:32 +0000 (+0100) Subject: ITS#8240 remove obsolete assert X-Git-Tag: archive/raspbian/2.4.46+dfsg-5+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=40981c4fe033c587c9f733b5b260a6357a9a7327;p=openldap.git ITS#8240 remove obsolete assert Gbp-Pq: Name ITS8240-remove-obsolete-assert.patch --- diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index 85c3e23e..c05dcf84 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; }