diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 13:21:23 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 13:21:23 +0000 |
commit | bcc8bb40e01c4f1aa86adfa8a0e1c7586e699ad2 (patch) | |
tree | 162b978444f5c920725ebfd0af72bbb060d93d38 /source3/web | |
parent | 3560c49e448d8be85d43200894eb681acb75cd4d (diff) | |
download | samba-bcc8bb40e01c4f1aa86adfa8a0e1c7586e699ad2.tar.gz samba-bcc8bb40e01c4f1aa86adfa8a0e1c7586e699ad2.tar.bz2 samba-bcc8bb40e01c4f1aa86adfa8a0e1c7586e699ad2.zip |
Use True, not TRUE and False, not FALSE
(This used to be commit 44e9bf88cc2bbb2aa34711354258c3abb319cb9b)
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index bece4e71e2..92dece6ecd 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -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 } |