]> git.sur5r.net Git - openldap/commitdiff
should not assert(0) in UUIDValidate
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 28 Jul 2004 17:27:52 +0000 (17:27 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 28 Jul 2004 17:27:52 +0000 (17:27 +0000)
servers/slapd/schema_init.c

index 09bdc46e1eb8d3e01d97698d05ee84574f8b8eb4..1e01e72413677452e4b2893285d4815a91b6ef0d 100644 (file)
@@ -1941,7 +1941,6 @@ UUIDValidate(
 {
        int i;
        if( in->bv_len != 36 ) {
-               assert(0);
                return LDAP_INVALID_SYNTAX;
        }