summaryrefslogtreecommitdiff
path: root/node/Peer.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 14:04:36 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 14:04:36 -0700
commit584072fa6a86b7cca0a708d7dd4c302aa444f2b6 (patch)
tree436b2c5bd2230b768cae41079c11587954dab1e8 /node/Peer.cpp
parent3adb183c5f76b69013d052383c4b812e3947041e (diff)
downloadinfinitytier-584072fa6a86b7cca0a708d7dd4c302aa444f2b6.tar.gz
infinitytier-584072fa6a86b7cca0a708d7dd4c302aa444f2b6.zip
Fix for V4/V6 stable addressing.
Diffstat (limited to 'node/Peer.cpp')
-rw-r--r--node/Peer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp
index fdc8dca7..a9d2f671 100644
--- a/node/Peer.cpp
+++ b/node/Peer.cpp
@@ -205,6 +205,7 @@ bool Peer::doPingAndKeepalive(const RuntimeEnvironment *RR,uint64_t now,int inet
}
return true;
}
+
return false;
}