diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-26 20:56:58 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-27 16:15:54 +0200 |
commit | d3132e21f3c93043e3d29584f4094b6edfc02c5a (patch) | |
tree | 47b70efc4f3fbe7b33a4fddac7cc74c5f0b5e51d | |
parent | e30509f037098feac8345f39524902061712039f (diff) | |
download | samba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.tar.gz samba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.tar.bz2 samba-d3132e21f3c93043e3d29584f4094b6edfc02c5a.zip |
Fix a typo
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 396a30377f..a7c63ea71e 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -356,7 +356,7 @@ void set_domain_offline(struct winbindd_domain *domain) return; } - /* If we're in statup mode, check again in 10 seconds, not in + /* If we're in startup mode, check again in 10 seconds, not in lp_winbind_reconnect_delay() seconds (which is 30 seconds by default). */ calc_new_online_timeout_check(domain); |