Procházet zdrojové kódy

Missing assignment for last commit

master
Aaron Marcher před 6 roky
rodič
revize
a37224bf7b
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      components/netspeeds.c

+ 2
- 0
components/netspeeds.c Zobrazit soubor

@@ -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)) {


Načítá se…
Zrušit
Uložit