X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fschema_check.c;h=bcf206915c5d80af15be038f9e6bd55612cb7bdd;hb=f1cd76db757cacfc611bb54a840af8993978c3fd;hp=9bfda275477c8ca820b9ca9764296fd1257a9198;hpb=2d731f88767860dbb3c8bd20583e60900461fc94;p=openldap diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 9bfda27547..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-2014 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 );