- Cosmetic changes to sicsget and counter

- Fixed a bug when NETconnect would come back with errno EINPROGRESS which is no
  error really
This commit is contained in:
2014-06-06 16:38:14 +02:00
parent 98790ec9c5
commit a27f0d9b94
3 changed files with 8 additions and 4 deletions

View File

@ -265,7 +265,7 @@ static int CheckCountStatus(void *pData, SConnection * pCon)
int eCt;
char pError[80], pBueffel[132];
int iErr;
float fControl, rate;
float fControl = .0, rate;
MonEvent sMon;
self = (pCounter) pData;