Fixed another closure bug

This commit is contained in:
Joseph Henry 2015-09-24 19:22:56 -04:00
parent 8a8264bc39
commit fe78eb77d4
3 changed files with 21 additions and 21 deletions

View file

@ -41,7 +41,7 @@ using namespace std;
namespace ZeroTier {
enum NetconConnectionType { RPC, BUFFER };
enum NetconConnectionType { RPC, TCP_DATA };
class NetconEthernetTap;