fix typo (ITS#4005)

This commit is contained in:
Pierangelo Masarati 2005-09-06 15:17:07 +00:00
parent 82af0c95f7
commit 4687de2062

View File

@ -64,7 +64,7 @@ ldap_back_modify(
isupdate = be_shadow_update( op );
for ( i = 0, ml = op->oq_modify.rs_modlist; ml; ml = ml->sml_next ) {
if ( !isupdate && !!get_manageDIT( op ) && ml->sml_desc->ad_type->sat_no_user_mod )
if ( !isupdate && !get_manageDIT( op ) && ml->sml_desc->ad_type->sat_no_user_mod )
{
continue;
}