Bug Fix: Failed to connect lidar when multi adapter presented with fi… #18

Merged
jingweiz2017 merged 2 commits from master into master 2019-10-31 08:57:39 +01:00
Showing only changes of commit b261798200 - Show all commits
+1
View File
@@ -117,6 +117,7 @@ bool FindLocalIP(const struct sockaddr_in &client_addr, uint32_t &local_ip) {
pAdapter = pAdapter->Next; pAdapter = pAdapter->Next;
} }
} }
return found; return found;
} }
#else #else