Style fix.
2005/03/04 18:48:00-08:00 net[shemminger]!shemminger Import patch iproute-batch.1.050209.patch (Logical change 1.162)
This commit is contained in:
parent
11656f1bb4
commit
f9375b7018
|
|
@ -143,7 +143,7 @@ parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, str
|
||||||
int idx;
|
int idx;
|
||||||
if (rtnl_open(&rth, 0) < 0) {
|
if (rtnl_open(&rth, 0) < 0) {
|
||||||
fprintf(stderr, "Cannot open rtnetlink\n");
|
fprintf(stderr, "Cannot open rtnetlink\n");
|
||||||
exit(1);
|
return 1;
|
||||||
}
|
}
|
||||||
ll_init_map(&rth);
|
ll_init_map(&rth);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue