Fixed another closure bug
This commit is contained in:
parent
8a8264bc39
commit
fe78eb77d4
3 changed files with 21 additions and 21 deletions
|
@ -41,7 +41,7 @@ using namespace std;
|
|||
|
||||
namespace ZeroTier {
|
||||
|
||||
enum NetconConnectionType { RPC, BUFFER };
|
||||
enum NetconConnectionType { RPC, TCP_DATA };
|
||||
|
||||
class NetconEthernetTap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue