]> git.kaiwu.me - njs.git/commitdiff
QuickJS: fixed shared dict in stream module.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 3 Feb 2025 17:07:22 +0000 (09:07 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Sat, 8 Feb 2025 02:14:25 +0000 (18:14 -0800)
The change was missed in 352c2e59 (0.8.8).

nginx/ngx_stream_js_module.c

index 5f4c6a042dc2c5c68e0f9014f08cad33ff389a42..21f65165e8cc62e34398bd360726e99813ef9ffd 100644 (file)
@@ -836,6 +836,7 @@ static JSClassDef ngx_stream_qjs_variables_class = {
 
 qjs_module_t *njs_stream_qjs_addon_modules[] = {
     &ngx_qjs_ngx_module,
+    &ngx_qjs_ngx_shared_dict_module,
     /*
      * Shared addons should be in the same order and the same positions
      * in all nginx modules.