mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
fix comment
This commit is contained in:
parent
9b38cd2572
commit
af842eb734
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue