librpc/rpc: use dcerpc_binding_set_string_option(b, "endpoint", NULL) to reset the...
commit002a0fb86e202b61879090f48f0c9513279c7500
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Mar 2014 06:07:13 +0000 (18 07:07 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 Mar 2014 23:45:28 +0000 (25 00:45 +0100)
treef63be825beb61546c01ecd8df3e214603ef79bcc
parent7782fbe12b2228304bcddf9ff9949ef38597f8d8
librpc/rpc: use dcerpc_binding_set_string_option(b, "endpoint", NULL) to reset the endpoint

We should always go through just one code path to [re]set a value.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/rpc/binding.c