- Port to SL-5
SKIPPED: psi/tecs/make_crv
This commit is contained in:
2
sinfox.c
2
sinfox.c
@@ -439,7 +439,7 @@ static int SinfoxList(pSinfox pSin, SicsInterp* pSics, SConnection *pCon,
|
||||
iRet = EnumChoice(pIFaces,iNumIFaces,objName);
|
||||
if(-1 < iRet)
|
||||
{
|
||||
if((0==strcmp(keyName,"device")) || (0==strcmp(keyName,NULL)))
|
||||
if((0==strcmp(keyName,"device")) || keyName == NULL )
|
||||
{ /* format as sinfox list server interface interfaceName */
|
||||
setOKE(objName,keyName,eltName,"server","interface",objName);
|
||||
} else if(0==strcmp(keyName,"command"))
|
||||
|
||||
Reference in New Issue
Block a user