소스 검색

removed more unneeded comments

master
Aaron Marcher 8 년 전
committed by Aaron Marcher (drkhsh)
부모
커밋
81997b327c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      slstatus.c

+ 0
- 2
slstatus.c 파일 보기

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


불러오는 중...
취소
저장