summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/cmd_shutdown.c')
-rw-r--r--source3/rpcclient/cmd_shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_shutdown.c b/source3/rpcclient/cmd_shutdown.c
index 3da9b1d6d5..391627eda1 100644
--- a/source3/rpcclient/cmd_shutdown.c
+++ b/source3/rpcclient/cmd_shutdown.c
@@ -35,8 +35,8 @@ static NTSTATUS cmd_shutdown_init(struct cli_state *cli, TALLOC_CTX *mem_ctx,
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
fstring msg;
uint32 timeout = 20;
- BOOL force = False;
- BOOL reboot = False;
+ bool force = False;
+ bool reboot = False;
int opt;
*msg = 0;