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:
osdl.net!shemminger 2005-03-14 19:02:41 +00:00
parent 11656f1bb4
commit f9375b7018
1 changed files with 1 additions and 1 deletions

View File

@ -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);