]> git.sur5r.net Git - openldap/commitdiff
Remove bogus assert
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 18:18:31 +0000 (18:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 18:18:31 +0000 (18:18 +0000)
servers/slapd/schema_init.c

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