mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8428 init sc_writewait
This commit is contained in:
parent
b7c1a5d6b8
commit
2e60bf5ed0
@ -97,6 +97,7 @@ relay_back_response_cb( Operation *op, SlapReply *rs )
|
||||
(rcb)->rcb_sc.sc_next = (op)->o_callback; \
|
||||
(rcb)->rcb_sc.sc_response = relay_back_response_cb; \
|
||||
(rcb)->rcb_sc.sc_cleanup = 0; \
|
||||
(rcb)->rcb_sc.sc_writewait = 0; \
|
||||
(rcb)->rcb_sc.sc_private = (op)->o_bd; \
|
||||
(op)->o_callback = (slap_callback *) (rcb); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user