diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-02-28 18:42:20 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-02-28 18:42:20 +0000 |
commit | 3e2e8d2f4d7fea7be34a10dbf4796a8b8edcf8c6 (patch) | |
tree | 6e95756eba25e5d50a37c1c03b438bc6e1b78b67 /source3/rpc_client/cli_pipe.c | |
parent | 6cf54c5fbea99109d45beb50098fbe3c0eb0b6ce (diff) | |
download | samba-3e2e8d2f4d7fea7be34a10dbf4796a8b8edcf8c6.tar.gz samba-3e2e8d2f4d7fea7be34a10dbf4796a8b8edcf8c6.tar.xz samba-3e2e8d2f4d7fea7be34a10dbf4796a8b8edcf8c6.zip |
Add 'net rpc group [add|del]mem' for domain groups and aliases.
Volker
(This used to be commit 6785dc84ce4d9c2d5ebe3113c7f506947b09a7f8)
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 3213e955b6..b9511ae00f 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1466,6 +1466,8 @@ BOOL cli_nt_session_open(struct cli_state *cli, const int pipe_idx) return False; } + cli->pipe_idx = pipe_idx; + /* * Setup the remote server name prefixed by \ and the machine account name. */ |