Missing assignment for last commit

This commit is contained in:
Aaron Marcher 2018-05-19 13:12:06 +02:00
parent e3ccac3298
commit a37224bf7b
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
warn("getifaddrs failed");
return NULL;
}
oldrxbytes = rxbytes;
for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
if (!strcmp(ifa->ifa_name, interface) &&
(ifd = (struct if_data *)ifa->ifa_data)) {
@ -97,6 +98,7 @@
warn("getifaddrs failed");
return NULL;
}
oldtxbytes = txbytes;
for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
if (!strcmp(ifa->ifa_name, interface) &&
(ifd = (struct if_data *)ifa->ifa_data)) {