mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
Syntax error
This commit is contained in:
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) {
|
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);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user