Update invalid data error message

This commit is contained in:
Kurt Zeilenga 2001-09-08 04:00:12 +00:00
parent dee50bc462
commit 8b4f3505d8

View file

@ -404,7 +404,7 @@ int slap_modlist2mods(
if( rc != 0 ) {
slap_mods_free( mod );
snprintf( textbuf, textlen,
"%s: value #%ld contains invalid data",
"%s: value #%ld invalid per syntax",
ml->ml_type, (long) nvals );
*text = textbuf;
return LDAP_INVALID_SYNTAX;