s4:librpc/rpc: the table argument to dcerpc_epm_map_binding_send() isn't optional
commit8ccebf3a2749bf7c4f5e358b76e0eef7195f0f18
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Feb 2014 07:58:08 +0000 (12 08:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 13 Feb 2014 10:54:15 +0000 (13 11:54 +0100)
treeb0d77fb2e0e8ce68894b2259e94a8ddd0e85c4e8
parentaa8b2d39a26641e1ad230a6c0e3b0fc09b9c4f95
s4:librpc/rpc: the table argument to dcerpc_epm_map_binding_send() isn't optional

We already dereference it unchecked later, so we can avoid some indentation.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/librpc/rpc/dcerpc_util.c