mirror of https://github.com/mirror/busybox.git
Syntax error
parent
a170e1c858
commit
e3e2a7b41c
|
@ -509,7 +509,7 @@ static int iproute_list(int argc, char **argv)
|
|||
}
|
||||
|
||||
if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) {
|
||||
error_msg_and_die"Dump terminated");
|
||||
error_msg_and_die("Dump terminated");
|
||||
}
|
||||
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in New Issue