librpc/rpc: make sure we use the object from the handle in dcerpc_binding_handle_raw_...
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Sep 2016 22:22:12 +0000 (00:22 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:18 +0000 (11:20 +0200)
commit4dd06fb721940ff2c7efab361da91de2fb40891f
tree818b60752d20f76732a425c4ccb385c4b362f8b2
parent55b07e1dec23ba18f072127540d82ba9e4f6218a
librpc/rpc: make sure we use the object from the handle in dcerpc_binding_handle_raw_call_send()

If there's an object set on the binding handle, we need to use that
and disallow per request passing of object.

The normal client code will always have the object on the binding handle.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/rpc/binding_handle.c