RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / rpcclient / cmd_wkssvc.c
index 13f1f3f39ec77b864f322734b2c4452ed038045d..de5b29880a60221972df8b63bc5d09ff2b47f8ce 100644 (file)
@@ -39,7 +39,7 @@ void cmd_wks_query_info(struct client_info *info)
        WKS_INFO_100 ctr;
        uint32 info_level = 100;
 
-       BOOL res = True;
+       bool res = True;
 
        memset((char *)&ctr, '\0', sizeof(ctr));