]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 2004 00:57:24 +0000 (00:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 2004 00:57:24 +0000 (00:57 +0000)
servers/slapd/modify.c

index eed665eda69c70d49a4eae93fefa774fd5c8958a..08f484a00db0fc2622d5064e30ced1ea0b186946 100644 (file)
@@ -604,7 +604,7 @@ int slap_mods_check(
                if( !slap_syntax_is_binary( ad->ad_type->sat_syntax )
                        && slap_ad_is_binary( ad ))
                {
-                       /* attribute requires binary transfer */
+                       /* attribute does not require binary transfer */
                        snprintf( textbuf, textlen,
                                "%s: disallows ;binary transfer",
                                ml->sml_type.bv_val );