diff --git a/libraries/shared/src/NodeList.cpp b/libraries/shared/src/NodeList.cpp index 5b25a3dde1..e067c7afa9 100644 --- a/libraries/shared/src/NodeList.cpp +++ b/libraries/shared/src/NodeList.cpp @@ -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)); }