r4561: This looks a lot larger than it is, this is to reduce the clutter on future
authorVolker Lendecke <vlendec@samba.org>
Thu, 6 Jan 2005 11:42:40 +0000 (11:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:47 +0000 (10:53 -0500)
commitf4ec52a0978dca900942e6001947e3b3d58eccd2
tree45db0c0dbbc6759f7f1103faf9d297b5a8f82b21
parent1afc2e01ce7803a7b54715acfbcb824130f673df
r4561: This looks a lot larger than it is, this is to reduce the clutter on future
patches.

Pass down the pipe_idx down to all functions in cli_pipe where nt_pipe_fnum is
referenced. First step towards having multiple pipes on a cli_struct. The idea
is to not have a single nt_pipe_fnum but an array for the pipes we support.

Volker
(This used to be commit 93eab050201d4e55096a8820226749f001597b5d)
13 files changed:
source3/rpc_client/cli_dfs.c
source3/rpc_client/cli_ds.c
source3/rpc_client/cli_echo.c
source3/rpc_client/cli_lsarpc.c
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_reg.c
source3/rpc_client/cli_samr.c
source3/rpc_client/cli_shutdown.c
source3/rpc_client/cli_spoolss.c
source3/rpc_client/cli_spoolss_notify.c
source3/rpc_client/cli_srvsvc.c
source3/rpc_client/cli_wkssvc.c