- Fixed a core dump in the sycamore protocol

- Added missing files aynnet.*
- Fixed the addition to root issue in scriptcontex
This commit is contained in:
koennecke
2009-02-17 08:34:46 +00:00
parent e0d306db60
commit ee49c5b56a
5 changed files with 802 additions and 16 deletions

View File

@@ -3310,7 +3310,7 @@ static int GetSICSHdbProperty(SConnection * pCon, SicsInterp * pSics,
}
status = GetHdbProperty(targetNode, argv[2], buffer, 511);
if (status != 1) {
SCPrintf(pCon, eValue, "ERROR: property %s not found", argv[2]);
SCPrintf(pCon, eError, "ERROR: property %s not found", argv[2]);
return 0;
}
SCPrintf(pCon, eValue, "%s.%s = %s", argv[1], argv[2], buffer);