Fixed an issue with sget throwing excessive error messages when testing
for the presence of a Hdb node
This commit is contained in:
@ -334,7 +334,7 @@ static int GetHdbFunc(void *ms, void *userData)
|
||||
char *geterror = NULL, error[512];
|
||||
hdbValue ve;
|
||||
|
||||
node = FindHdbNode(NULL,self->name,pServ->dummyCon);
|
||||
node = FindHdbIntern(self->name);
|
||||
if(node != NULL){
|
||||
geterror = GetHdbProp(node,"geterror");
|
||||
if(geterror != NULL){
|
||||
|
Reference in New Issue
Block a user