Fix broken ifdef on OpenBSD

This commit is contained in:
Joseph Henry 2024-11-13 09:01:09 -08:00
parent 969c0ee6e3
commit 82c6454950
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344

View File

@ -499,8 +499,10 @@ void BSDEthernetTap::threadMain()
} }
} }
} }
#ifndef __OpenBSD__
})); }));
} }
#endif // __OpenBSD__
} }
} // namespace ZeroTier } // namespace ZeroTier