Update 'invalid data' error message.

This commit is contained in:
Kurt Zeilenga 2001-09-08 03:55:41 +00:00
parent 98c0908788
commit 82a4f473ce

View file

@ -458,7 +458,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;