diff options
author | Gerald Carter <jerry@samba.org> | 2004-03-16 20:32:14 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-03-16 20:32:14 +0000 |
commit | 2f8a18c093938f7aa31541f9b56da9be23fb861b (patch) | |
tree | 117593c55f8e8edca9f37e905cbc1c641ce39176 /source3/nsswitch/winbindd.c | |
parent | 4b27ffd821b8b46d837afda1c7602359314263d5 (diff) | |
download | samba-2f8a18c093938f7aa31541f9b56da9be23fb861b.tar.gz samba-2f8a18c093938f7aa31541f9b56da9be23fb861b.tar.xz samba-2f8a18c093938f7aa31541f9b56da9be23fb861b.zip |
merges from 3.0
(This used to be commit fed98658a5cc82e9fdc65aa73f74e118c1104178)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index c4319d493a..283b2e4a89 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -786,7 +786,7 @@ int main(int argc, char **argv) { "foreground", 'F', POPT_ARG_VAL, &Fork, False, "Daemon in foreground mode" }, { "interactive", 'i', POPT_ARG_NONE, NULL, 'i', "Interactive mode" }, { "single-daemon", 'Y', POPT_ARG_VAL, &opt_dual_daemon, False, "Single daemon mode" }, - { "no-caching", 'n', POPT_ARG_VAL, &opt_nocache, False, "Disable caching" }, + { "no-caching", 'n', POPT_ARG_VAL, &opt_nocache, True, "Disable caching" }, POPT_COMMON_SAMBA POPT_TABLEEND }; |