mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#6101: Move sru_search first in union SlapReply.sr_un, for initialization.
This commit is contained in:
parent
bbe015f65b
commit
b74b7c232d
@ -2062,9 +2062,9 @@ struct SlapReply {
|
||||
BerVarray sr_ref;
|
||||
LDAPControl **sr_ctrls;
|
||||
union sr_u {
|
||||
rep_search_s sru_search;
|
||||
rep_sasl_s sru_sasl;
|
||||
rep_extended_s sru_extended;
|
||||
rep_search_s sru_search;
|
||||
} sr_un;
|
||||
slap_mask_t sr_flags;
|
||||
#define REP_ENTRY_MODIFIABLE 0x0001U
|
||||
|
Loading…
Reference in New Issue
Block a user