mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
Fix broken ifdef on OpenBSD
This commit is contained in:
parent
969c0ee6e3
commit
82c6454950
@ -499,8 +499,10 @@ void BSDEthernetTap::threadMain()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifndef __OpenBSD__
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
#endif // __OpenBSD__
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ZeroTier
|
} // namespace ZeroTier
|
||||||
|
Loading…
Reference in New Issue
Block a user