removed more unneeded comments
This commit is contained in:
parent
545f1560e6
commit
81997b327c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue