- Added sicscommand property to automatically generated nodes

This commit is contained in:
koennecke
2007-12-19 09:53:54 +00:00
parent b60f7f25f3
commit 20363331a6
2 changed files with 8 additions and 2 deletions

View File

@@ -928,7 +928,7 @@ pHdb MakeSICSScriptPar(char *name, char *setScript, char *readScript,
* put into the list of nodes to check with the update task
*/
/* LLDnodeAppend(scriptUpdate,&result); */
SetHdbProperty(result,"sicscommand",setScript);
return result;
}
/*-------------------------------------------------------------------------*/