]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Update invalid data error message
authorKurt Zeilenga <kurt@openldap.org>
Sat, 8 Sep 2001 04:00:12 +0000 (04:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 8 Sep 2001 04:00:12 +0000 (04:00 +0000)
servers/slapd/modify.c

index cd5d318169f73e02bf7efed40e1f7d1cc29757fe..f2b31234b55538d5b9387c7854c1ae30b65d6508 100644 (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;