mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#2827 patch from Masato Taruishi
This commit is contained in:
parent
fb493f5f3a
commit
14ea115209
@ -291,7 +291,7 @@ modify_delete_values(
|
||||
snprintf( textbuf, textlen,
|
||||
"%s: matching rule failed",
|
||||
mod->sm_desc->ad_cname.bv_val );
|
||||
goto return_results;
|
||||
break;
|
||||
}
|
||||
|
||||
if ( match != 0 ) {
|
||||
@ -317,7 +317,11 @@ modify_delete_values(
|
||||
"modify/delete: %s: no such value",
|
||||
mod->sm_desc->ad_cname.bv_val );
|
||||
rc = LDAP_NO_SUCH_ATTRIBUTE;
|
||||
goto return_results;
|
||||
if ( i > 0 ) {
|
||||
break;
|
||||
} else {
|
||||
goto return_results;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user