commit | e3e2a7b41cf130004c2be3402c34646dc0ef3e24 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Thu Nov 28 12:01:25 2002 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Thu Nov 28 12:01:25 2002 +0000 |
tree | f0b2b746621aa33d07440fb1cb015d846ed7e469 | |
parent | a170e1c858d35c474ceb9fecb41b37d681424094 [diff] [blame] |
Syntax error
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index e251b94..b5833d7 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c
@@ -509,7 +509,7 @@ } 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);