From aca4bdd55b5342de72aa34a840bbb7c71ffcb8b3 Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 27 Nov 2007 07:22:44 +0000 Subject: [PATCH] - do not forwad uninterest command to tecs --- tecsdriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tecsdriv.c b/tecsdriv.c index 2d1edd0..dec53d8 100644 --- a/tecsdriv.c +++ b/tecsdriv.c @@ -191,7 +191,7 @@ void outFunc(char *str, void *arg) { } return EVControlWrapper(pCon,pSics,pData,argc,argv); } 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)) { /* forward to standard handler */ return EVControlWrapper(pCon,pSics,pData,argc,argv);