From 46bc7a316601c8a95afa12c49d992e48ed72bb6e Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Wed, 30 Nov 2011 15:19:20 +1100 Subject: [PATCH] r3297 | jgn | 2011-11-30 15:19:20 +1100 (Wed, 30 Nov 2011) | 1 line --- scan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scan.c b/scan.c index a5399656..125a005f 100644 --- a/scan.c +++ b/scan.c @@ -1155,7 +1155,8 @@ CountEntry CollectCounterData(pScanData self) { return 0; } - iRet = AddScanVar(self,pServ->pSics,pCon,"a4",10., 0.1); + //iRet = AddScanVar(self,pServ->pSics,pCon,"a4",10., 0.1); + iRet = AddScanVar(self,pServ->pSics,pCon,"samx",10., 0.1); SCDeleteConnection(pCon); if(!iRet) {