mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Fun times in ~~cleveland~~ NDK-land
This commit is contained in:
parent
6448189d20
commit
b41e0910b0
3 changed files with 3 additions and 2 deletions
|
@ -311,7 +311,7 @@ class Binder {
|
|||
#else
|
||||
const bool gotViaProc = false;
|
||||
#endif
|
||||
#if ! defined(ZT_SDK) || ! defined(__ANDROID__) // getifaddrs() freeifaddrs() not available on Android
|
||||
#if ! (defined(ZT_SDK) || defined(__ANDROID__)) // getifaddrs() freeifaddrs() not available on Android
|
||||
if (! gotViaProc) {
|
||||
struct ifaddrs* ifatbl = (struct ifaddrs*)0;
|
||||
struct ifaddrs* ifa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue