]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: convert rpc_pipe_open_np() to rpc_client_{association,connection}
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Sep 2024 20:09:34 +0000 (22:09 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:46 +0000 (15:22 +0000)
commit7b9cef2a29333c6338520754927ee37027738010
tree5addc20e7b031752c5bccc2eb30eb65c38beb4fb
parent637a8e5270fefaea5c61921d4b6ecfc4455a91aa
s3:rpc_client: convert rpc_pipe_open_np() to rpc_client_{association,connection}

This split out rpc_client_connection_np_send/recv, which will
be used as shortcut in a later commit.

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