details: https://hg.nginx.org/njs/rev/506ba9a639b8 branches: changeset: 1946:506ba9a639b8 user: Dmitry Volyntsev <xei...@nginx.com> date: Thu Sep 01 18:12:27 2022 -0700 description: Fixed typo introduced in a37e4df8f082.
diffstat: src/njs_vmcode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r a37e4df8f082 -r 506ba9a639b8 src/njs_vmcode.c --- a/src/njs_vmcode.c Thu Sep 01 17:49:06 2022 -0700 +++ b/src/njs_vmcode.c Thu Sep 01 18:12:27 2022 -0700 @@ -742,7 +742,7 @@ next: fcopy = (njs_vmcode_function_copy_t *) pc; ret = njs_vmcode_function_copy(vm, fcopy->function, fcopy->retval); - if (njs_slow_path(ret != NJS_OK)) { + if (njs_slow_path(ret == NJS_ERROR)) { goto error; } _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org