diff options
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 e2475751..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" @@ -36,7 +35,6 @@ bool Path::send(const RuntimeEnvironment *RR,const void *data,unsigned int len,u { if (RR->node->putPacket(_localAddress,address(),data,len)) { sent(now); - RR->antiRec->logOutgoingZT(data,len); return true; } return false; |
