From fe78eb77d4606ffb472e72b150d5b0a146f11084 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 24 Sep 2015 19:22:56 -0400 Subject: Fixed another closure bug --- netcon/NetconService.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netcon/NetconService.hpp') diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp index 5ff575dc..b7f80442 100644 --- a/netcon/NetconService.hpp +++ b/netcon/NetconService.hpp @@ -41,7 +41,7 @@ using namespace std; namespace ZeroTier { - enum NetconConnectionType { RPC, BUFFER }; + enum NetconConnectionType { RPC, TCP_DATA }; class NetconEthernetTap; -- cgit v1.2.3