From 5bd34d995d1884c6ce3dc7ffb9f66ff8c91c6c31 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 25 Jan 2002 05:28:38 +0000 Subject: Removed dodgy init of local variable. (This used to be commit 1f7172b48e77dcda8bfd20d8e79a90b523727493) --- source3/nsswitch/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 611a4c9221..87bb5f9079 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -92,7 +92,7 @@ static BOOL cm_get_dc_name(char *domain, fstring srv_name) static struct get_dc_name_cache *get_dc_name_cache; struct get_dc_name_cache *dcc; struct in_addr *ip_list, dc_ip; - int count, i = 0; + int count, i; /* Check the cache for previous lookups */ -- cgit