mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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);
|
||||
|
||||
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
|
||||
pingPublicAndLocalSocketsForInactiveNode(&(*node));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue