librpc/rpc: let dcerpc_floor_get_rhs_data() return 'char *'
authorStefan Metzmacher <metze@samba.org>
Mon, 3 Feb 2014 08:06:08 +0000 (09:06 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 11 Feb 2014 15:20:28 +0000 (16:20 +0100)
commit6ab76219cd651f1ad30eaeff87a8878c91c6969a
tree747e9606e1efaa4d8807602b39ede11d2ba35daa
parent327c060666a8cf5213e0548acb2d2be6a93fbee2
librpc/rpc: let dcerpc_floor_get_rhs_data() return 'char *'

We don't return any "const char *" values here, so give the caller
a chance to talloc_free() the result.

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