mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#8435 Move sc_writewait to end of slap_callback
So any initializers in code predating sc_writewait will find sc_private in the expected position.
This commit is contained in:
parent
23c5d6bbdd
commit
1899118e91
1 changed files with 1 additions and 1 deletions
|
|
@ -2397,8 +2397,8 @@ typedef struct slap_callback {
|
|||
struct slap_callback *sc_next;
|
||||
slap_response *sc_response;
|
||||
slap_response *sc_cleanup;
|
||||
slap_writewait *sc_writewait;
|
||||
void *sc_private;
|
||||
slap_writewait *sc_writewait;
|
||||
} slap_callback;
|
||||
|
||||
struct slap_overinfo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue