]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/modify.c
let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_m...
[openldap] / servers / slapd / back-shell / modify.c
index 277c3c1dcd502fec0ffae5fbfe7a493f5815d84c..d87a9bcccf7db3c8211fb3ec93076b8425ba6dff 100644 (file)
@@ -46,7 +46,7 @@ shell_back_modify(
        Modification *mod;
        struct shellinfo        *si = (struct shellinfo *) op->o_bd->be_private;
        AttributeDescription *entry = slap_schema.si_ad_entry;
-       Modifications *ml  = op->oq_modify.rs_modlist;
+       Modifications *ml  = op->orm_modlist;
        Entry e;
        FILE                    *rfp, *wfp;
        int                     i;