summaryrefslogtreecommitdiffstats
path: root/demo/nginx_proxy/demo-1/demo_2stack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'demo/nginx_proxy/demo-1/demo_2stack.patch')
-rw-r--r--demo/nginx_proxy/demo-1/demo_2stack.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/demo/nginx_proxy/demo-1/demo_2stack.patch b/demo/nginx_proxy/demo-1/demo_2stack.patch
deleted file mode 100644
index f1bc8d3..0000000
--- a/demo/nginx_proxy/demo-1/demo_2stack.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/src/adapt/nstack_dmm_adpt.c b/src/adapt/nstack_dmm_adpt.c
-index d497b80..004975c 100644
---- a/src/adapt/nstack_dmm_adpt.c
-+++ b/src/adapt/nstack_dmm_adpt.c
-@@ -76,7 +76,7 @@ nstack_event_callback (void *pdata, int events)
- /*event should not notice other process */
- if ((ep->pid != get_sys_pid ()) && g_same_process)
- {
-- continue;
-+ //continue;
- }
-
- sys_arch_lock_with_pid (&ep->lock);
-diff --git a/src/nSocket/nstack/nstack_module.c b/src/nSocket/nstack/nstack_module.c
-index 9566ab8..f692225 100644
---- a/src/nSocket/nstack/nstack_module.c
-+++ b/src/nSocket/nstack/nstack_module.c
-@@ -60,6 +60,11 @@ 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;