mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
ITS#6101: Move sru_search first in union SlapReply.sr_un, for initialization.
This commit is contained in:
parent
bbe015f65b
commit
b74b7c232d
1 changed files with 1 additions and 1 deletions
|
|
@ -2062,9 +2062,9 @@ struct SlapReply {
|
||||||
BerVarray sr_ref;
|
BerVarray sr_ref;
|
||||||
LDAPControl **sr_ctrls;
|
LDAPControl **sr_ctrls;
|
||||||
union sr_u {
|
union sr_u {
|
||||||
|
rep_search_s sru_search;
|
||||||
rep_sasl_s sru_sasl;
|
rep_sasl_s sru_sasl;
|
||||||
rep_extended_s sru_extended;
|
rep_extended_s sru_extended;
|
||||||
rep_search_s sru_search;
|
|
||||||
} sr_un;
|
} sr_un;
|
||||||
slap_mask_t sr_flags;
|
slap_mask_t sr_flags;
|
||||||
#define REP_ENTRY_MODIFIABLE 0x0001U
|
#define REP_ENTRY_MODIFIABLE 0x0001U
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue