summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-01-13 20:30:28 +0000
committerRichard Sharpe <sharpe@samba.org>2003-01-13 20:30:28 +0000
commit5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7 (patch)
tree66e4e0407c8c6720489d8e9262f32533b1553f9a /source3/rpc_client
parent8a78a0a27ae5fdf43f137ea3c9fcd6dc4862a70f (diff)
downloadsamba-5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7.tar.gz
samba-5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7.tar.bz2
samba-5bbac9dd802cc7a5a5b8a3c6edc4f1cee90c9de7.zip
Make sure that those cleanups actually went in.
(This used to be commit 9a38e378115a1c36d0cd7c41f4c5767c23b4eb3f)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_reg.c b/source3/rpc_client/cli_reg.c
index 1e83295414..5cfbf68fb3 100644
--- a/source3/rpc_client/cli_reg.c
+++ b/source3/rpc_client/cli_reg.c
@@ -28,7 +28,7 @@
/* Shutdown a server */
NTSTATUS cli_reg_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx,
- const char *msg, uint32 timeout, BOOL reboot,
+ const char *msg, uint32 timeout, BOOL do_reboot,
BOOL force)
{
prs_struct qbuf;
@@ -47,7 +47,7 @@ NTSTATUS cli_reg_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx,
/* Marshall data and send request */
- init_reg_q_shutdown(&q_s, msg, timeout, reboot, force);
+ init_reg_q_shutdown(&q_s, msg, timeout, do_reboot, force);
if (!reg_io_q_shutdown("", &q_s, &qbuf, 0) ||
!rpc_api_pipe_req(cli, REG_SHUTDOWN, &qbuf, &rbuf))