Skip to content
Snippets Groups Projects
Commit fdb86052 authored by rswindell's avatar rswindell
Browse files

Updated nodestatus() function usage to support custom/extneded node status

text.
parent 710bb23c
No related branches found
No related tags found
No related merge requests found
......@@ -978,7 +978,7 @@ USAGE:
if((j=getnodedat(&cfg,i,&node,FALSE,NULL)))
sprintf(mopt[i],"Error reading node data (%d)!",j);
else {
nodestatus(&cfg, &node, str, 71);
nodestatus(&cfg, &node, str, 71, i);
if(i == paging_node) {
strupr(str);
strcat(str, " <PAGING>");
......
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