s3:rpc_client: pass struct rpc_pipe_client to check_bind_response()
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2024 23:15:52 +0000 (01:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 23 Apr 2024 16:23:38 +0000 (16:23 +0000)
commit6548ccb31bfefdfa5d4ddd14ced900c64a68224e
treee7322712fadfff2bb78afa8ccabf769dac4149f2
parent0cc0970d359f6521b1621c87149291c597f4b0d6
s3:rpc_client: pass struct rpc_pipe_client to check_bind_response()

This prepares adding bind time feature negotiation in the next commits.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_pipe.c