diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-01-11 14:30:24 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-01-11 14:30:24 -0800 |
| commit | ba9fcb31d06e31f4b31a114093aee93054eb931a (patch) | |
| tree | dbc36d5a3a3f2442dc6dcb9e26500f5c0bf825b1 /node/Path.cpp | |
| parent | 78c0f0a443919d8f214486f188c6e83a8af15fef (diff) | |
| parent | b3e3d4cacca37a4850e4e1a91fb8c42a5b13cb26 (diff) | |
| download | infinitytier-ba9fcb31d06e31f4b31a114093aee93054eb931a.tar.gz infinitytier-ba9fcb31d06e31f4b31a114093aee93054eb931a.zip | |
Merge branch 'dev' into edge
Diffstat (limited to 'node/Path.cpp')
| -rw-r--r-- | node/Path.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Path.cpp b/node/Path.cpp index c67352de..6f595189 100644 --- a/node/Path.cpp +++ b/node/Path.cpp @@ -26,7 +26,6 @@ */ #include "Path.hpp" -#include "AntiRecursion.hpp" #include "RuntimeEnvironment.hpp" #include "Node.hpp" @@ -34,7 +33,6 @@ 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); return true; |
