- replaced locateSICSNode by FindHdbNode

This commit is contained in:
zolliker
2008-02-13 09:58:08 +00:00
parent 5ee27af961
commit 327f595fa6
3 changed files with 259 additions and 140 deletions

View File

@ -50,7 +50,7 @@ static pPollDriv makeHdbDriver(SConnection *pCon, char *objectIdentifier,
pHdb node = NULL;
pPollDriv pNew = NULL;
node = locateSICSNode(pServ->pSics,pCon,objectIdentifier);
node = FindHdbNode(NULL,objectIdentifier,pCon);
if(node == NULL){
SCWrite(pCon,"ERROR: object to poll not found",eError);
return 0;