Commit 443d3b37 authored by claes's avatar claes

symbol didn't work properly

parent 6d600397
...@@ -3460,7 +3460,7 @@ graph_eDatabase Graph::parse_attr_name( char *name, char *parsed_name, ...@@ -3460,7 +3460,7 @@ graph_eDatabase Graph::parse_attr_name( char *name, char *parsed_name,
strcat( str, str1); strcat( str, str1);
} }
if ( (s = strstr( str, "$node"))) { if ( (s = strstr( str, "$node")) || (s = strstr( str, "$NODE"))) {
char nodename[80]; char nodename[80];
pwr_tOid oid; pwr_tOid oid;
pwr_tStatus sts; pwr_tStatus sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment