winbind: use tevent_queue_wait_send/recv in wb_child_request_*()
commitdbb72add2e76bd4d7ee14d84a59ec86b05e8706f
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Feb 2018 14:02:42 +0000 (16 15:02 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 20 Apr 2018 09:53:10 +0000 (20 11:53 +0200)
tree343e96253b77867277c533afb41e116dd8e0fb27
parent28680d7bdd955b565b0cefb2efb2357373b23b21
winbind: use tevent_queue_wait_send/recv in wb_child_request_*()

We need a way to keep the child->queue blocked without relying on
the current 'req' (wb_child_request_state).

The next commit will make use of this.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13290

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit d29dda141e08af42c535e8718226f95c45aadab8)
source3/winbindd/winbindd_dual.c