removed more unneeded comments
Aaron Marcher info@nulltime.net
Fri, 09 Sep 2016 19:21:26 +0200
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
slstatus.c
→
slstatus.c
@@ -277,7 +277,6 @@ warn("Error getting IP address");
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 @@ return smprintf("%s", host);
} } - /* free the address */ freeifaddrs(ifaddr); return smprintf(UNKNOWN_STR);