mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Unify rs_modlist in Add/Modify/Modrdn req structs
This commit is contained in:
parent
79885438e7
commit
e955bbeaf5
@ -1917,17 +1917,17 @@ typedef struct req_modify_s {
|
||||
} req_modify_s;
|
||||
|
||||
typedef struct req_modrdn_s {
|
||||
Modifications *rs_modlist;
|
||||
struct berval rs_newrdn;
|
||||
struct berval rs_nnewrdn;
|
||||
struct berval *rs_newSup;
|
||||
struct berval *rs_nnewSup;
|
||||
int rs_deleteoldrdn;
|
||||
Modifications *rs_modlist;
|
||||
} req_modrdn_s;
|
||||
|
||||
typedef struct req_add_s {
|
||||
Entry *rs_e;
|
||||
Modifications *rs_modlist; /* FIXME: temporary */
|
||||
Entry *rs_e;
|
||||
} req_add_s;
|
||||
|
||||
typedef struct req_abandon_s {
|
||||
|
Loading…
Reference in New Issue
Block a user