]> git.sur5r.net Git - openldap/commitdiff
Better fix for req_pwdexop_s
authorHoward Chu <hyc@openldap.org>
Thu, 6 Oct 2005 20:34:30 +0000 (20:34 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 6 Oct 2005 20:34:30 +0000 (20:34 +0000)
servers/slapd/slap.h

index e1c76038bf2cfd927c675e94cb638a5d432cf494..0a628f79be7e7a37de9727fcc62a05889ba0291b 100644 (file)
@@ -1948,9 +1948,7 @@ typedef struct req_extended_s {
 } req_extended_s;
 
 typedef struct req_pwdexop_s {
-       struct berval rs_reqoid;
-       int rs_flags;
-       struct berval *rs_reqdata;
+       struct req_extended_s rs_extended;
        struct berval rs_old;
        struct berval rs_new;
        Modifications *rs_mods;