[njs] Fixed typo introduced in eb01434865d7.

Dmitry Volyntsev xeioex at nginx.com
Tue Mar 5 20:13:02 UTC 2024


details:   https://hg.nginx.org/njs/rev/8309b884e265
branches:  
changeset: 2296:8309b884e265
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Mar 05 11:43:49 2024 -0800
description:
Fixed typo introduced in eb01434865d7.

diffstat:

 nginx/ngx_http_js_module.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r eb01434865d7 -r 8309b884e265 nginx/ngx_http_js_module.c
--- a/nginx/ngx_http_js_module.c	Thu Feb 29 20:56:56 2024 -0800
+++ b/nginx/ngx_http_js_module.c	Tue Mar 05 11:43:49 2024 -0800
@@ -4193,8 +4193,6 @@ ngx_http_js_server(njs_vm_t *vm, ngx_htt
     }
 
     return NJS_OK;
-
-    return NJS_OK;
 }
 
 


More information about the nginx-devel mailing list