Explorar el Código

removed more unneeded comments

master
Aaron Marcher hace 8 años
committed by Aaron Marcher (drkhsh)
padre
commit
81997b327c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      slstatus.c

+ 0
- 2
slstatus.c Ver fichero

@@ -277,7 +277,6 @@ ip(const char *interface)
return smprintf(UNKNOWN_STR);
}

/* get the ip address */
for (ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) {
if (ifa->ifa_addr == NULL)
continue;
@@ -294,7 +293,6 @@ ip(const char *interface)
}
}

/* free the address */
freeifaddrs(ifaddr);

return smprintf(UNKNOWN_STR);


Cargando…
Cancelar
Guardar