summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index bcf5db1a..6ba038eb 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -249,7 +249,7 @@ public:
} else {
if (stableEndpoint4) {
needToContactIndirect = false;
- p->attemptToContactAt(RR,InetAddress(),stableEndpoint4,_now);
+ p->sendHELLO(RR,InetAddress(),stableEndpoint4,_now);
}
}
if (p->doPingAndKeepalive(RR,_now,AF_INET6)) {
@@ -257,7 +257,7 @@ public:
} else {
if (stableEndpoint6) {
needToContactIndirect = false;
- p->attemptToContactAt(RR,InetAddress(),stableEndpoint6,_now);
+ p->sendHELLO(RR,InetAddress(),stableEndpoint6,_now);
}
}