- replaced locateSICSNode by FindHdbNode
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user