[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100723133731.GB12942@babylon>
Date: Fri, 23 Jul 2010 15:37:31 +0200
From: Ulrich Weber <uweber@...aro.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: [PATCH] iproute2: use get_user_hz() for IPv6 print_route
as already done in IPv4 and metrics code part
Signed-off-by: Ulrich Weber <uweber@...aro.com>
---
ip/iproute.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ip/iproute.c b/ip/iproute.c
index fce7f33..04b253a 100644
--- a/ip/iproute.c
+++ b/ip/iproute.c
@@ -482,7 +482,7 @@ int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
if (mxrta[i] == NULL)
continue;
if (!hz)
- hz = get_hz();
+ hz = get_user_hz();
if (i < sizeof(mx_names)/sizeof(char*) && mx_names[i])
fprintf(fp, " %s", mx_names[i]);
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists