]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: only pass the pipe_name to rpc_transport_np_init_send()
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Sep 2024 22:24:05 +0000 (00:24 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:46 +0000 (15:22 +0000)
commit5b3573135b222755cd897d4539c0e5a89f7cdf5b
tree349315de56b231aff1b83ee898514c2f18ee98eb
parentae88941c8a2e4e9c7d0deb9c39dcbb2f9fab0ebb
s3:rpc_client: only pass the pipe_name to rpc_transport_np_init_send()

There's no need to have the ndr_interface_table at that stage...

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