X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fschema_check.c;h=bcf206915c5d80af15be038f9e6bd55612cb7bdd;hb=5a6a93035d4d6866d4b251b079d958f0f23b6b5d;hp=3481ee7eb1ea56c0f8ed06cb99b55a62645a1607;hpb=1fcd116219680bd3b3a2a439242ad29f3eaca345;p=openldap diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 3481ee7eb1..bcf206915c 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2013 The OpenLDAP Foundation. + * Copyright 1998-2015 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -815,6 +815,7 @@ entry_naming_check( "value of naming attribute '%s' in unsupported BER form", ava->la_attr.bv_val ); rc = LDAP_NAMING_VIOLATION; + break; } rc = slap_bv2ad( &ava->la_attr, &desc, &errtext );