- do not forwad uninterest command to tecs

This commit is contained in:
zolliker
2007-11-27 07:22:44 +00:00
parent c5687d0483
commit aca4bdd55b

View File

@ -191,7 +191,7 @@ void outFunc(char *str, void *arg) {
} }
return EVControlWrapper(pCon,pSics,pData,argc,argv); return EVControlWrapper(pCon,pSics,pData,argc,argv);
} else if (NULL!=strstr( } else if (NULL!=strstr(
" log send tolerance access errorhandler interrupt interest safevalue currentvalue maxwait settle errorscript runscript driver " " log send tolerance access errorhandler interrupt interest uninterest safevalue currentvalue maxwait settle errorscript runscript driver "
, pBueffel)) { , pBueffel)) {
/* forward to standard handler */ /* forward to standard handler */
return EVControlWrapper(pCon,pSics,pData,argc,argv); return EVControlWrapper(pCon,pSics,pData,argc,argv);