mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-09 20:12:50 +00:00
Kill debug line.
This commit is contained in:
parent
c952fbbd8d
commit
13f14c2f4c
@ -315,7 +315,6 @@ bool IncomingPacket::_doOK(const RuntimeEnvironment *RR,const SharedPtr<Peer> &p
|
|||||||
InetAddress destAddr;
|
InetAddress destAddr;
|
||||||
if ((ZT_PROTO_VERB_HELLO__OK__IDX_REVISION + 2) < size()) // ZeroTier One < 1.0.3 did not include this field
|
if ((ZT_PROTO_VERB_HELLO__OK__IDX_REVISION + 2) < size()) // ZeroTier One < 1.0.3 did not include this field
|
||||||
destAddr.deserialize(*this,ZT_PROTO_VERB_HELLO__OK__IDX_REVISION + 2);
|
destAddr.deserialize(*this,ZT_PROTO_VERB_HELLO__OK__IDX_REVISION + 2);
|
||||||
printf("OK(HELLO) %s\n",destAddr.toString().c_str());
|
|
||||||
|
|
||||||
if (vProto < ZT_PROTO_VERSION_MIN) {
|
if (vProto < ZT_PROTO_VERSION_MIN) {
|
||||||
TRACE("%s(%s): OK(HELLO) dropped, protocol version too old",source().toString().c_str(),_remoteAddress.toString().c_str());
|
TRACE("%s(%s): OK(HELLO) dropped, protocol version too old",source().toString().c_str(),_remoteAddress.toString().c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user