Style change
2005/03/10 12:26:43-08:00 net[shemminger]!shemminger Import patch iproute-batch.1.050209.patch (Logical change 1.164)
This commit is contained in:
parent
c3d76c3577
commit
627c228ef5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue