All of node/ now compiles again!

This commit is contained in:
Adam Ierymenko 2015-04-08 15:42:23 -07:00
parent bf2ff964e1
commit 7529d050c7
4 changed files with 8 additions and 8 deletions

View file

@ -29,6 +29,8 @@
#include <stdlib.h>
#include <string.h>
#include "../include/ZeroTierOne.h"
#include "Constants.hpp"
#include "Defaults.hpp"
#include "Utils.hpp"
@ -158,7 +160,7 @@ Defaults::Defaults() :
rootTopologyAuthorities(_mkRootTopologyAuth()),
updateAuthorities(_mkUpdateAuth()),
updateLatestNfoURL(_mkUpdateUrl()),
v4Broadcast(((uint32_t)0xffffffff),ZT_DEFAULT_UDP_PORT)
v4Broadcast(((uint32_t)0xffffffff),ZT1_DEFAULT_PORT)
{
}