diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-19 14:04:36 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-19 14:04:36 -0700 |
| commit | 584072fa6a86b7cca0a708d7dd4c302aa444f2b6 (patch) | |
| tree | 436b2c5bd2230b768cae41079c11587954dab1e8 /node/Peer.cpp | |
| parent | 3adb183c5f76b69013d052383c4b812e3947041e (diff) | |
| download | infinitytier-584072fa6a86b7cca0a708d7dd4c302aa444f2b6.tar.gz infinitytier-584072fa6a86b7cca0a708d7dd4c302aa444f2b6.zip | |
Fix for V4/V6 stable addressing.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 1 |
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; } |
