summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-03-26 03:40:24 +0000
committerJohn Terpstra <jht@samba.org>2003-03-26 03:40:24 +0000
commita50253f744fe704e4b16cc5cb790b6796bd27fac (patch)
tree4bffd5cfadec3f2ca9be0d22d8d9ff97b2bb013b /source3
parente5c998b5898fcff51066da6f2fee0ebff54a3ff7 (diff)
downloadsamba-a50253f744fe704e4b16cc5cb790b6796bd27fac.tar.gz
samba-a50253f744fe704e4b16cc5cb790b6796bd27fac.tar.bz2
samba-a50253f744fe704e4b16cc5cb790b6796bd27fac.zip
A fixed type TRUE -> True, reported by Paul Green.
(This used to be commit 14499e64555481fdd5fa8ba656a4cba9a597a86b)
Diffstat (limited to 'source3')
-rw-r--r--source3/web/swat.c2
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 }