mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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