From 9aee72099e518636acb243237042049c50dcf483 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 6 Jan 2016 10:59:39 -0800 Subject: AntiRecursion cleanup and some other minor things. --- node/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Path.cpp') diff --git a/node/Path.cpp b/node/Path.cpp index e2475751..c67352de 100644 --- a/node/Path.cpp +++ b/node/Path.cpp @@ -34,9 +34,9 @@ namespace ZeroTier { bool Path::send(const RuntimeEnvironment *RR,const void *data,unsigned int len,uint64_t now) { + RR->antiRec->logOutgoingZT(data,len); if (RR->node->putPacket(_localAddress,address(),data,len)) { sent(now); - RR->antiRec->logOutgoingZT(data,len); return true; } return false; -- cgit v1.2.3