diff options
Diffstat (limited to 'node/EthernetTap.cpp')
-rw-r--r-- | node/EthernetTap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/EthernetTap.cpp b/node/EthernetTap.cpp index 9158e937..8fb5e788 100644 --- a/node/EthernetTap.cpp +++ b/node/EthernetTap.cpp @@ -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) |