s4:librpc: restore inhibit_timeout_processing = true during gensec_update_send/recv()
authorStefan Metzmacher <metze@samba.org>
Mon, 29 May 2017 07:37:09 +0000 (09:37 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 May 2017 06:06:07 +0000 (08:06 +0200)
commit50c7112b002bc33f46e827bac47857215e135015
tree39936a6562f1b39d2fef42cadcfd5ee930bcdc6f
parent27aacf9288aafefb2610adca262086b69be7c827
s4:librpc: restore inhibit_timeout_processing = true during gensec_update_send/recv()

As not all gensec backends are fully async yet, we need the
inhibit_timeout_processing workarround in order to protect
against nested event loops.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_auth.c