]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.c
ITS#6385. Not noting in changes as it is new breakage since 2.4.19 as part of other...
[openldap] / servers / slapd / config.c
index 22e1e982aa26c851912cabc1422cab5a85a39ed2..be5a2f7aeea8972f8125fd4d17bf2bea12bcaa48 100644 (file)
@@ -414,6 +414,7 @@ config_del_vals(ConfigTable *cf, ConfigArgs *c)
 
        /* If there is no handler, just ignore it */
        if ( cf->arg_type & ARG_MAGIC ) {
+               c->argv[0] = cf->ad->ad_cname.bv_val;
                c->op = LDAP_MOD_DELETE;
                c->type = cf->arg_type & ARGS_USERLAND;
                rc = (*((ConfigDriver*)cf->arg_item))(c);