From d3132e21f3c93043e3d29584f4094b6edfc02c5a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 26 Jul 2009 20:56:58 +0200 Subject: Fix a typo --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') 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); -- cgit