From ca96957c42e14953d14fd297bdaa26029a6497b9 Mon Sep 17 00:00:00 2001 From: 2!tgraf <2!tgraf> Date: Tue, 18 Jan 2005 22:11:58 +0000 Subject: [PATCH] tb buffer initialization is now done in the parser (Logical change 1.129) --- ip/ipprefix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ip/ipprefix.c b/ip/ipprefix.c index 6fd39afc..61d12f91 100644 --- a/ip/ipprefix.c +++ b/ip/ipprefix.c @@ -67,7 +67,6 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) return 0; } - memset(tb, 0, sizeof(tb)); parse_rtattr(tb, RTA_MAX, RTM_RTA(prefix), len); fprintf(fp, "prefix ");