]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Style fix.
authorosdl.net!shemminger <osdl.net!shemminger>
Mon, 14 Mar 2005 19:02:41 +0000 (19:02 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Mon, 14 Mar 2005 19:02:41 +0000 (19:02 +0000)
2005/03/04 18:48:00-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch

(Logical change 1.162)

tc/m_mirred.c

index 3661297223af400a88588fd26703912898a92354..fd1e2c5feeed5186a1cac6679dbb0773d94941eb 100644 (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);