should not assert(0) in UUIDValidate

This commit is contained in:
Jong Hyuk Choi 2004-07-28 17:27:52 +00:00
parent 95e56c6243
commit 8b5b2e715b

View file

@ -1941,7 +1941,6 @@ UUIDValidate(
{
int i;
if( in->bv_len != 36 ) {
assert(0);
return LDAP_INVALID_SYNTAX;
}