*** empty log message ***
This commit is contained in:
@ -47,12 +47,10 @@ static int pollHdb(struct __POLLDRIV *self, SConnection *pCon){
|
||||
/*-----------------------------------------------------------------------*/
|
||||
static pPollDriv makeHdbDriver(SConnection *pCon, char *objectIdentifier,
|
||||
int argc, char *argv[]){
|
||||
pHdb root = NULL, node = NULL;
|
||||
pHdb node = NULL;
|
||||
pPollDriv pNew = NULL;
|
||||
|
||||
root = GetHipadabaRoot();
|
||||
assert(root != NULL);
|
||||
node = GetHipadabaNode(root,objectIdentifier);
|
||||
node = locateSICSNode(pServ->pSics,pCon,objectIdentifier);
|
||||
if(node == NULL){
|
||||
SCWrite(pCon,"ERROR: object to poll not found",eError);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user