summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2021-10-06 11:06:31 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2021-10-06 11:06:54 +0900
commitd57f0390b686354debeb9268b6955abfa385aa50 (patch)
tree0897237ff778c5509def0c306e75445a6a931033
parent49500bb0c2f8dda2237307c965180c23cd5ccaca (diff)
downloadlibscl-core-tizen_5.5.tar.gz
libscl-core-tizen_5.5.tar.bz2
libscl-core-tizen_5.5.zip
Revert "Make lws_create_context() to fail if unable to bind"tizen_5.5
This option is not supported in tizen 5.5. This reverts commit 1f0cfd3bbc7a45e68f51b60ab02979af7d2a68d3. Change-Id: I058796b30b99b07e9e735d383376f02691bfa970
-rw-r--r--src/legacy_support/websocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy_support/websocket.cpp b/src/legacy_support/websocket.cpp
index 3b9d735..50e24e1 100644
--- a/src/legacy_support/websocket.cpp
+++ b/src/legacy_support/websocket.cpp
@@ -449,7 +449,7 @@ bool CWebHelperAgentWebSocket::init()
info.ssl_private_key_filepath = NULL;
info.gid = -1;
info.uid = -1;
- info.options = LWS_SERVER_OPTION_FAIL_UPON_UNABLE_TO_BIND;
+ info.options = 0;
ecore_init();