From 627c228ef5f18314b3d6f96ff09a235cc65c3e9e Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Mon, 14 Mar 2005 19:04:49 +0000 Subject: [PATCH] Style change 2005/03/10 12:26:43-08:00 net[shemminger]!shemminger Import patch iproute-batch.1.050209.patch (Logical change 1.164) --- misc/lnstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/lnstat.c b/misc/lnstat.c index dac3a253..03e6f3f0 100644 --- a/misc/lnstat.c +++ b/misc/lnstat.c @@ -243,7 +243,7 @@ int main(int argc, char **argv) while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:", opts, NULL)) != -1) { switch (c) { - int i, len; + int i, len = 0; char *tmp, *tok; case 'c': count = strtoul(optarg, NULL, 0);