idnode: fix the string filter for webui
This commit is contained in:
parent
ea904c66f8
commit
a9b1d171be
1 changed files with 2 additions and 1 deletions
|
@ -818,7 +818,8 @@ idnode_filter
|
|||
}
|
||||
if (strdisp)
|
||||
free(strdisp);
|
||||
return r;
|
||||
if (r)
|
||||
return r;
|
||||
} else if (f->type == IF_NUM || f->type == IF_BOOL) {
|
||||
int64_t a, b;
|
||||
if (idnode_get_s64(in, f->key, &a))
|
||||
|
|
Loading…
Add table
Reference in a new issue