mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Update invalid data error message
This commit is contained in:
parent
dee50bc462
commit
8b4f3505d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue