]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - misc/ifstat.c
libnetlink: remove unused junk callback
[lisovros/iproute2_canprio.git] / misc / ifstat.c
index 7d33f5e36ffa8fc83d16eb9462efb600846f0f0b..e7fbaa8d4e97b966dda2dfc81ae3ca4e760642dd 100644 (file)
@@ -128,7 +128,7 @@ void load_info(void)
                exit(1);
        }
 
-       if (rtnl_dump_filter(&rth, get_nlmsg, NULL, NULL, NULL) < 0) {
+       if (rtnl_dump_filter(&rth, get_nlmsg, NULL) < 0) {
                fprintf(stderr, "Dump terminated\n");
                exit(1);
        }