librpc/dcesrv_core: assert that dcesrv_call_dispatch_local() never gets async.
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Oct 2020 09:54:29 +0000 (11:54 +0200)
committerSamuel Cabrero <scabrero@sn-devel-184>
Fri, 23 Oct 2020 16:02:37 +0000 (16:02 +0000)
commit7bd321e71b7f38994236d84795e08d3818b69dc1
tree384b63d0e4a3fb081cc4100f4e364f31cb19ae66
parent42e79cee3d306a92243cc6c4898c5e280535d67b
librpc/dcesrv_core: assert that dcesrv_call_dispatch_local() never gets async.

This is just not supported for now...

We would need a dcesrv_call_dispatch_local_send/recv in order to
support async calls.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@samba.org>
librpc/rpc/dcesrv_core.c