A fixed type TRUE -> True, reported by Paul Green.
authorJohn Terpstra <jht@samba.org>
Wed, 26 Mar 2003 03:40:24 +0000 (03:40 +0000)
committerJohn Terpstra <jht@samba.org>
Wed, 26 Mar 2003 03:40:24 +0000 (03:40 +0000)
source/web/swat.c

index bece4e71e2df59bf2bc2bbd286f6d2c46e9ee333..92dece6ecd9e5771b2b6dd8ee4080582b3788234 100644 (file)
@@ -1266,7 +1266,7 @@ static void printers_page(void)
        poptContext pc;
        struct poptOption long_options[] = {
                POPT_AUTOHELP
-               { "disable-authentication", 'a', POPT_ARG_VAL, &demo_mode, TRUE, "Disable authentication (demo mode)" },
+               { "disable-authentication", 'a', POPT_ARG_VAL, &demo_mode, True, "Disable authentication (demo mode)" },
                { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version},
                { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile},
                { 0, 0, 0, 0 }