RIP BOOL. Convert BOOL -> bool. I found a few interesting
[abartlet/samba.git/.git] / source3 / rpcclient / cmd_shutdown.c
index 3da9b1d6d581eb3ff36a14782b2196abe0528132..391627eda12dfadfad3bfe12836a95dcacabbf11 100644 (file)
@@ -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;