mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-06 23:36:54 +02:00
Fix broken ifdef on OpenBSD
This commit is contained in:
parent
969c0ee6e3
commit
82c6454950
1 changed files with 2 additions and 0 deletions
|
@ -499,8 +499,10 @@ void BSDEthernetTap::threadMain()
|
|||
}
|
||||
}
|
||||
}
|
||||
#ifndef __OpenBSD__
|
||||
}));
|
||||
}
|
||||
#endif // __OpenBSD__
|
||||
}
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Reference in a new issue