ORBMap: bugfix, got rid of infinite Looping Louie

This commit is contained in:
Ban Siesta 2015-06-13 15:02:59 +01:00 committed by Lorenz Meier
parent c5fd277a9e
commit 9ecf4345a5
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public:
if (strcmp(p->node_name, node_name) == 0) {
return p->node;
}
p = p->next;
}
return nullptr;
}