]> git.sur5r.net Git - openldap/commitdiff
Fix req_pwdexop definition
authorHoward Chu <hyc@openldap.org>
Thu, 6 Oct 2005 20:04:12 +0000 (20:04 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 6 Oct 2005 20:04:12 +0000 (20:04 +0000)
servers/slapd/slap.h

index 0d4a7fb9835dcdd580c4fc888c40785d266e9d0a..e1c76038bf2cfd927c675e94cb638a5d432cf494 100644 (file)
@@ -1950,6 +1950,7 @@ typedef struct req_extended_s {
 typedef struct req_pwdexop_s {
        struct berval rs_reqoid;
        int rs_flags;
+       struct berval *rs_reqdata;
        struct berval rs_old;
        struct berval rs_new;
        Modifications *rs_mods;