mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
should not assert(0) in UUIDValidate
This commit is contained in:
parent
95e56c6243
commit
8b5b2e715b
1 changed files with 0 additions and 1 deletions
|
|
@ -1941,7 +1941,6 @@ UUIDValidate(
|
|||
{
|
||||
int i;
|
||||
if( in->bv_len != 36 ) {
|
||||
assert(0);
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue