]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Style change
authorosdl.net!shemminger <osdl.net!shemminger>
Mon, 14 Mar 2005 19:04:49 +0000 (19:04 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Mon, 14 Mar 2005 19:04:49 +0000 (19:04 +0000)
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

index dac3a253b35c21afd1505c3fe31ab9bd23fea712..03e6f3f07c2a645813a113832337218e76f7c8ca 100644 (file)
@@ -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);