diff options
author | John Terpstra <jht@samba.org> | 2003-03-26 03:40:24 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-03-26 03:40:24 +0000 |
commit | a50253f744fe704e4b16cc5cb790b6796bd27fac (patch) | |
tree | 4bffd5cfadec3f2ca9be0d22d8d9ff97b2bb013b /source3/web | |
parent | e5c998b5898fcff51066da6f2fee0ebff54a3ff7 (diff) | |
download | samba-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/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 } |