Removed dodgy init of local variable.
authorTim Potter <tpot@samba.org>
Fri, 25 Jan 2002 05:28:38 +0000 (05:28 +0000)
committerTim Potter <tpot@samba.org>
Fri, 25 Jan 2002 05:28:38 +0000 (05:28 +0000)
(This used to be commit 1f7172b48e77dcda8bfd20d8e79a90b523727493)

source3/nsswitch/winbindd_cm.c

index 611a4c92216b930d36bd2f3bcce969cd1cb5b9ee..87bb5f9079eb9abf2830bded92e749f28cf6ebbc 100644 (file)
@@ -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 */