fix comment

This commit is contained in:
Pierangelo Masarati 2004-04-26 17:50:39 +00:00
parent 9b38cd2572
commit af842eb734

View 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 );