mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Update 'invalid data' error message.
This commit is contained in:
parent
98c0908788
commit
82a4f473ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue