- ignore interest command

This commit is contained in:
zolliker
2007-11-27 07:21:39 +00:00
parent 04a5df8135
commit 5053e6c216

View File

@ -566,7 +566,10 @@ int RemobAction(SConnection *pCon, SicsInterp *pSics, void *pData,
SCSave(&remserver->conn, pCon);
}
if (argc == 1) {
iRet = RemTransact(remserver, nChan, pCon, argv[0], ">", NULL);
iRet = RemTransact(remserver, nChan, pCon, remob->name, ">", NULL);
} else if (strcasecmp(argv[1],"interest") == 0) {
/* ignore interest commands, as they would not work properly */
iRet=1;
} else if (strcasecmp(argv[1],"list") == 0) {
/*
snprintf(acce, sizeof(acce), "!%s.accesscode", remob->name);