]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: convert rpc_pipe_open_local_np() to rpc_client_{association,connection}
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Sep 2024 20:01:06 +0000 (22:01 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:46 +0000 (15:22 +0000)
commit338dd71cc39195fcf25977b40b9772775972bc9f
tree586b186f00abe65d130de2d5ab4b482ee72c383c
parent5e9c2ebb37b276d7c90b4cc8397c4853f62aa189
s3:rpc_client: convert rpc_pipe_open_local_np() to rpc_client_{association,connection}

For rpc_pipe_open_local_np() it's not really important to abstract
these out, but we want to have these for all...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/rpc_client/cli_pipe.c