Fix oversight in 7a05425d96

This patch was changed as a result of review but one line didn't get the
message. Mea Culpa.
This commit is contained in:
Andrew Dunstan 2022-12-29 07:16:41 -05:00
parent 1de58df4fe
commit 203942243c
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ parse_lquery(const char *buf, struct Node *escontext)
if (state == LQPRS_WAITDELIM)
{
if (!finish_nodeitem(lptr, ptr, true, pos, escontext))
return false;
return NULL;
}
else if (state == LQPRS_WAITOPEN)
curqlevel->high = LTREE_MAX_LEVELS;