librpc/dcesrv_core: move two rpcint_dispatch() copies into dcesrv_call_dispatch_local()
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Oct 2020 09:42:14 +0000 (11:42 +0200)
committerSamuel Cabrero <scabrero@sn-devel-184>
Fri, 23 Oct 2020 16:02:37 +0000 (16:02 +0000)
commit7c8a7e8a15b433cd151afff0b52e9e5096a2c230
tree89cdd900af99d6e150a5911a721a586851b29ded
parent3b5b23ea848d82ec0a6d01d4e1cbb62c4c3cbb3b
librpc/dcesrv_core: move two rpcint_dispatch() copies into dcesrv_call_dispatch_local()

We only need this function once, so that we need to fix bugs only once...

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
librpc/rpc/dcesrv_core.h
source3/rpc_server/rpc_ncacn_np.c
source3/winbindd/winbindd_dual_ndr.c