diff options
author | osdl.net!shemminger <osdl.net!shemminger> | 2005-03-14 19:02:41 +0000 |
---|---|---|
committer | osdl.net!shemminger <osdl.net!shemminger> | 2005-03-14 19:02:41 +0000 |
commit | f9375b7018588081392860a9dd5035b655b5b66c (patch) | |
tree | 62c2468a3c83d6d9e42b0ae5e6f5ce3137848900 /tc | |
parent | 11656f1bb4d1c65ca4488890f2c875cfc2f6e9f9 (diff) |
Style fix.
2005/03/04 18:48:00-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch
(Logical change 1.162)
Diffstat (limited to 'tc')
-rw-r--r-- | tc/m_mirred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_mirred.c b/tc/m_mirred.c index 36612972..fd1e2c5f 100644 --- a/tc/m_mirred.c +++ b/tc/m_mirred.c @@ -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); |