fix up comment

This commit is contained in:
Kurt Zeilenga 2000-03-17 22:57:49 +00:00
parent 177279176c
commit abbd5ec2fa

View file

@ -176,7 +176,7 @@ int ldbm_modify_internal(
case LDAP_MOD_REPLACE: case LDAP_MOD_REPLACE:
case LDAP_MOD_ADD: case LDAP_MOD_ADD:
#ifdef SLAPD_SCHEMA_NOT_COMPAT #ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not yet implemented */ /* not yet implemented */
#else #else
(void) index_change_values( be, (void) index_change_values( be,
mod->mod_type, mod->mod_type,
@ -188,7 +188,7 @@ int ldbm_modify_internal(
case LDAP_MOD_DELETE: { case LDAP_MOD_DELETE: {
#ifdef SLAPD_SCHEMA_NOT_COMPAT #ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not yet implemented */ /* not yet implemented */
#else #else
/* Need to add all remaining values */ /* Need to add all remaining values */
Attribute *a = e->e_attrs Attribute *a = e->e_attrs