mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix req_pwdexop definition
This commit is contained in:
parent
b78c9dfa00
commit
ccc1cb5fb3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue