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

Missing subscript in last commit.

parent bcd848c4
Branches
Tags
No related merge requests found
......@@ -21,8 +21,8 @@ function cntnodes()
nodes_inuse=0
nodes_wfc=0
for(i=0; i<bbs.nodes; i++) {
if(system.node_list.status & NODE_WFC)
for(i=0; i<system.nodes; i++) {
if(system.node_list[i].status & NODE_WFC)
nodes_wfc++;
if(system.node_list[i].status & NODE_INUSE)
nodes_inuse++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment