r3297 | jgn | 2011-11-30 15:19:20 +1100 (Wed, 30 Nov 2011) | 1 line

This commit is contained in:
Jing Chen
2011-11-30 15:19:20 +11:00
committed by Douglas Clowes
parent 254db51d26
commit 46bc7a3166

3
scan.c
View File

@@ -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)
{