Fix the popt / bool issues. Some places we used BOOL
[obnox/samba/samba-obnox.git] / source3 / utils / testparm.c
index dbfecf0a0342f1a4be65a96167ac9a58bf878120..30e6b2f502a0bbbe0fc4729b407e5c54347637b0 100644 (file)
@@ -199,8 +199,8 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
 {
        const char *config_file = dyn_CONFIGFILE;
        int s;
-       static bool silent_mode = False;
-       static bool show_all_parameters = False;
+       static int silent_mode = False;
+       static int show_all_parameters = False;
        int ret = 0;
        poptContext pc;
        static const char *term_code = "";