s4:librpc/rpc: fix memory hierachie in dcerpc_epm_map_binding_send()
authorStefan Metzmacher <metze@samba.org>
Sat, 25 Jan 2014 10:13:26 +0000 (11:13 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 11 Feb 2014 15:20:32 +0000 (16:20 +0100)
commit4340590ae90956c5c73141ffe56e499fdd14f376
tree7c6ad491ceb9c2b7143610635c0df04b53bc1685
parent4cf691ce1fb2af5413b2bb16afd4b4be0a8e3f35
s4:librpc/rpc: fix memory hierachie in dcerpc_epm_map_binding_send()

We should allocate on 's' the internal state, not on the callers
mem_ctx.

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