From 8b5b2e715b656ef22e951ba32f06545ff4d8b88c Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Wed, 28 Jul 2004 17:27:52 +0000 Subject: [PATCH] should not assert(0) in UUIDValidate --- servers/slapd/schema_init.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5