mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
remove an infamous birarda extra g
This commit is contained in:
parent
ded7735572
commit
11a05481e1
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ void NodeList::possiblyPingInactiveNodes() {
|
||||||
gettimeofday(&lastPing, NULL);
|
gettimeofday(&lastPing, NULL);
|
||||||
|
|
||||||
for(NodeList::iterator node = begin(); node != end(); node++) {
|
for(NodeList::iterator node = begin(); node != end(); node++) {
|
||||||
if (!node->getActiveSocket()) {g
|
if (!node->getActiveSocket()) {
|
||||||
// we don't have an active link to this node, ping it to set that up
|
// we don't have an active link to this node, ping it to set that up
|
||||||
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue