summaryrefslogtreecommitdiffstats
path: root/demo/nginx_proxy/demo-2/demo_2stack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'demo/nginx_proxy/demo-2/demo_2stack.patch')
-rw-r--r--demo/nginx_proxy/demo-2/demo_2stack.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/demo/nginx_proxy/demo-2/demo_2stack.patch b/demo/nginx_proxy/demo-2/demo_2stack.patch
new file mode 100644
index 0000000..100f825
--- /dev/null
+++ b/demo/nginx_proxy/demo-2/demo_2stack.patch
@@ -0,0 +1,15 @@
+diff --git a/src/nSocket/nstack/nstack_module.c b/src/nSocket/nstack/nstack_module.c
+index fdfea06..27e96d6 100644
+--- a/src/nSocket/nstack/nstack_module.c
++++ b/src/nSocket/nstack/nstack_module.c
+@@ -61,6 +61,10 @@ int nstack_get_deploy_type()
+ if (g_nstack_module_desc[icnt].deploytype > type)
+ {
+ type = g_nstack_module_desc[icnt].deploytype;
++ if (NSTACK_MODEL_TYPE3 == type)
++ {
++ break;
++ }
+ }
+ }
+ return type;