mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
fix up comment
This commit is contained in:
parent
177279176c
commit
abbd5ec2fa
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ int ldbm_modify_internal(
|
|||
case LDAP_MOD_REPLACE:
|
||||
case LDAP_MOD_ADD:
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
/* not yet implemented */
|
||||
/* not yet implemented */
|
||||
#else
|
||||
(void) index_change_values( be,
|
||||
mod->mod_type,
|
||||
|
|
@ -188,7 +188,7 @@ int ldbm_modify_internal(
|
|||
|
||||
case LDAP_MOD_DELETE: {
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
/* not yet implemented */
|
||||
/* not yet implemented */
|
||||
#else
|
||||
/* Need to add all remaining values */
|
||||
Attribute *a = e->e_attrs
|
||||
|
|
|
|||
Loading…
Reference in a new issue