Browse Source

Fix broken ifdef on OpenBSD

Joseph Henry 10 months ago
parent
commit
82c6454950
1 changed files with 2 additions and 0 deletions
  1. 2 0
      osdep/BSDEthernetTap.cpp

+ 2 - 0
osdep/BSDEthernetTap.cpp

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