Skip to content

Commit

Permalink
Fix broken ifdef on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Nov 13, 2024
1 parent 969c0ee commit 82c6454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osdep/BSDEthernetTap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,10 @@ void BSDEthernetTap::threadMain()
}
}
}
#ifndef __OpenBSD__
}));
}
#endif // __OpenBSD__
}

} // namespace ZeroTier

0 comments on commit 82c6454

Please sign in to comment.