mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Small compiler warning fix
This commit is contained in:
parent
ef3e319c64
commit
a20b540fb0
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
|||
|
||||
return changed;
|
||||
}
|
||||
#endif __LINUX__
|
||||
#endif // __LINUX__
|
||||
|
||||
#ifdef __APPLE__
|
||||
bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
||||
|
|
Loading…
Add table
Reference in a new issue