summaryrefslogtreecommitdiffstats
path: root/if-linux.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-29 11:36:43 +0000
committerRoy Marples <roy@marples.name>2008-03-29 11:36:43 +0000
commitc9cd4f845aff87a8b6d1faae544fc93dff2035e4 (patch)
treed3579199f3e48a1da858f48819c1c47f1225d37d /if-linux.c
parent9c8429fdfc5dfb3a066184237f8c31a6b68240d6 (diff)
downloaddhcpcd-c9cd4f845aff87a8b6d1faae544fc93dff2035e4.tar.xz
Move log_route to if.c
Diffstat (limited to 'if-linux.c')
-rw-r--r--if-linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/if-linux.c b/if-linux.c
index b579989e..ebe02371 100644
--- a/if-linux.c
+++ b/if-linux.c
@@ -274,7 +274,6 @@ if_route(const char *ifname,
unsigned int ifindex;
int retval = 0;
- log_route(destination, netmask, gateway, metric, change, del);
if (!(ifindex = if_nametoindex(ifname))) {
errno = ENODEV;