Commit f9375b70 authored by osdl.net!shemminger's avatar osdl.net!shemminger

Style fix.

2005/03/04 18:48:00-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch

(Logical change 1.162)
parent 11656f1b
......@@ -143,7 +143,7 @@ parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, str
int idx;
if (rtnl_open(&rth, 0) < 0) {
fprintf(stderr, "Cannot open rtnetlink\n");
exit(1);
return 1;
}
ll_init_map(&rth);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment