mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix req_pwdexop definition
This commit is contained in:
parent
b78c9dfa00
commit
ccc1cb5fb3
@ -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 New Issue
Block a user