From: Jong Hyuk Choi Date: Wed, 28 Jul 2004 17:27:52 +0000 (+0000) Subject: should not assert(0) in UUIDValidate X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b5b2e715b656ef22e951ba32f06545ff4d8b88c;p=openldap should not assert(0) in UUIDValidate --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 09bdc46e1e..1e01e72413 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -1941,7 +1941,6 @@ UUIDValidate( { int i; if( in->bv_len != 36 ) { - assert(0); return LDAP_INVALID_SYNTAX; }