This commit is contained in:
Pierre-Olivier Latour
2014-03-30 11:19:43 -07:00
parent 9b79f2e0d4
commit c0854f2bec
+1 -2
View File
@@ -169,8 +169,7 @@ NSString* GCDWebServerGetPrimaryIPv4Address() {
CFRelease(store);
}
if (primaryInterface == NULL) {
DNOT_REACHED();
return nil;
primaryInterface = "lo0";
}
#endif
struct ifaddrs* list;