rpcd: Do blocking connects to local pipes
commit0ab7b84ccbd383bb2f696ce258438d4af57fe6f0
authorVolker Lendecke <vl@samba.org>
Wed, 1 Mar 2023 13:42:00 +0000 (1 14:42 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 6 Mar 2023 21:32:35 +0000 (6 21:32 +0000)
tree7629e0a67e8741510504f0c44f7fc824e778cba2
parentf23eb1b3b728d7a13add8c6614d9992aad2c3653
rpcd: Do blocking connects to local pipes

We don't have real async callers yet, and this is the simplest way to
fix our missing light-weight deterministic async fallback mechanism.

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

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_client/local_np.c