Skip to content

Commit

Permalink
fix conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhidao committed Oct 29, 2024
1 parent 9f6f486 commit 6795fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nxt_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops,
break;

default:
node = NULL;
return NXT_CONF_OP_NOT_FOUND;
}

if (parse.last) {
Expand Down

0 comments on commit 6795fe0

Please sign in to comment.