tb buffer initialization is now done in the parser

(Logical change 1.129)
This commit is contained in:
2!tgraf 2005-01-18 22:11:58 +00:00
parent 7893400077
commit ca96957c42
1 changed files with 0 additions and 1 deletions

View File

@ -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 ");