Skip to content
Snippets Groups Projects
Commit b3899c18 authored by deuce's avatar deuce
Browse files

Fix usage of Node object.

parent ac4edfb8
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ var FIDO = {
log(LOG_WARNING, "Unhandled nodelist Keyword line "+lineno+" of '"+f.name+"'");
continue;
}
entry = new Node(node, hub);
entry = new FIDO.Node(node, hub);
switch(fields[0]) {
case 'Pvt':
entry.private = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment