ITS#8240 remove obsolete assert

This commit is contained in:
Howard Chu 2015-09-10 00:37:32 +01:00
parent f5100665e3
commit 6fe51a9ab0

View File

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