summaryrefslogtreecommitdiffstats
path: root/demo/nginx_proxy/demo-1/demo_2stack.patch
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2019-04-30 17:40:53 +0530
committercharan makkina <charan795m@gmail.com>2019-05-20 18:14:40 +0530
commita826fe833d3f2a8fe2673fa05811fe1a22baf045 (patch)
treeda11a17c46ca9b8a002a52a290628574fa3f5eda /demo/nginx_proxy/demo-1/demo_2stack.patch
parent3e6bf7b64eea418c59959c18750261b815b2892c (diff)
Feature: 19.04 part 1
Change-Id: Ibba924b8deca1f246b9dcb12d89d085b6fd33046 Signed-off-by: charan makkina <charan795m@gmail.com>
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;