- Fixed a couple of bugs

This commit is contained in:
koennecke
2007-03-22 08:52:07 +00:00
parent 5e8a137b10
commit 1053f1cef1
10 changed files with 121 additions and 16 deletions

5
scan.c
View File

@ -2218,6 +2218,11 @@ static int DumpScan(pScanData self, SConnection *pCon)
}
return iRet;
}
/*----------- getnumchan */
else if(strcmp(argv[1],"getnumchan") == 0) {
snprintf(pBueffel,511,"%s.getnumchan = %d", argv[0], GetNMonitor((pCounter)self->pCounterData));
SCWrite(pCon,pBueffel,eValue);
}
/*----------- setchannel */
else if(strcmp(argv[1],"setchannel") == 0)
{