summaryrefslogtreecommitdiff
path: root/node/SelfAwareness.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-09 15:45:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-09 15:45:26 -0700
commite1310a764a39d0ed1f29f213c6e75c4e2d7a8aba (patch)
tree8d7ba50fe474967fef0fe64ab52928e45746b411 /node/SelfAwareness.cpp
parentdbf3e6c3c9214d1b584da18f82743aa7c301ad3e (diff)
downloadinfinitytier-e1310a764a39d0ed1f29f213c6e75c4e2d7a8aba.tar.gz
infinitytier-e1310a764a39d0ed1f29f213c6e75c4e2d7a8aba.zip
More cleanup and removal of cruft due to obsolete network-specific relays (will be replaced with federation stuff).
Diffstat (limited to 'node/SelfAwareness.cpp')
-rw-r--r--node/SelfAwareness.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp
index 8bed0c51..a4fae3d5 100644
--- a/node/SelfAwareness.cpp
+++ b/node/SelfAwareness.cpp
@@ -106,7 +106,7 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &receivedOnLoc
for(std::vector< SharedPtr<Peer> >::const_iterator p(rset.peersReset.begin());p!=rset.peersReset.end();++p) {
if ((*p)->activelyTransferringFrames(now)) {
Packet outp((*p)->address(),RR->identity.address(),Packet::VERB_NOP);
- RR->sw->send(outp,true,0);
+ RR->sw->send(outp,true);
}
}
} else {