- Fixed a bug which caused the status file to be overwritten before it
could be read on initialization. - The new SLS magnet driver for the TCP/IP concentrator now successfully writes data SKIPPED: psi/slsecho.c
This commit is contained in:
@ -384,6 +384,7 @@ int SctMakeDriveObject(SConnection * pCon, SicsInterp * pSics,
|
||||
RegisterSICSOBJKillCmd(pNew, argv[1]);
|
||||
}
|
||||
SetHdbProperty(pNew->objectNode, "sicsdev", argv[1]);
|
||||
SetHdbProperty(pNew->objectNode, "type", "drivable");
|
||||
status = AddCommand(pSics,
|
||||
argv[1], InterInvokeSICSOBJ, KillDriveOBJ, pNew);
|
||||
if (status != 1) {
|
||||
|
Reference in New Issue
Block a user