mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Fix build on Intel C/C++ Compiler for Linux.
This commit is contained in:
@ -158,7 +158,7 @@ public:
|
||||
/**
|
||||
* @return Local socket as specified by external code
|
||||
*/
|
||||
inline const int64_t localSocket() const { return _localSocket; }
|
||||
inline int64_t localSocket() const { return _localSocket; }
|
||||
|
||||
/**
|
||||
* @return Physical address
|
||||
|
Reference in New Issue
Block a user