]> git.sur5r.net Git - openldap/commitdiff
ITS#8240 remove obsolete assert
authorHoward Chu <hyc@openldap.org>
Wed, 9 Sep 2015 23:37:32 +0000 (00:37 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 9 Sep 2015 23:37:32 +0000 (00:37 +0100)
libraries/liblber/io.c

index 85c3e23e810512fa80ec31c302a2a5a1a8a97cb5..c05dcf8434a42c5be71614da7e63e53c2f18cc6c 100644 (file)
@@ -679,7 +679,7 @@ done:
                return (ber->ber_tag);
        }
 
-       assert( 0 ); /* ber structure is messed up ?*/
+       /* invalid input */
        return LBER_DEFAULT;
 }