Fix req_pwdexop definition

This commit is contained in:
Howard Chu 2005-10-06 20:04:12 +00:00
parent b78c9dfa00
commit ccc1cb5fb3

View 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;