]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/modify.c
cleanup
[openldap] / servers / slapd / back-ldap / modify.c
index 8deeeaa88833d7591af263317d34c7a71e3c5eb9..d2c0ea8b83c13b3af4f17377fe923f81205b2aee 100644 (file)
@@ -1,7 +1,7 @@
 /* modify.c - ldap backend modify function */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /* This is an altered version */
@@ -118,7 +118,8 @@ ldap_back_modify(
                        continue;
                }
 
-               ldap_back_map(&li->at_map, &ml->sml_desc->ad_cname, &mapped, 0);
+               ldap_back_map(&li->at_map, &ml->sml_desc->ad_cname, &mapped,
+                               BACKLDAP_MAP);
                if (mapped.bv_val == NULL) {
                        continue;
                }