diff options
Diffstat (limited to 'source3')
-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); |