mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Better fix for req_pwdexop_s
This commit is contained in:
parent
d973acec0d
commit
a79ae8da3e
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue