Fixed an issue with sget throwing excessive error messages when testing

for the presence of a Hdb node
This commit is contained in:
2016-04-14 14:20:30 +02:00
parent 96114fc803
commit e476d19040
3 changed files with 44 additions and 3 deletions

View File

@ -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){