Revert "Make lws_create_context() to fail if unable to bind" 41/264941/2 tizen_5.5
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 6 Oct 2021 02:06:31 +0000 (11:06 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 6 Oct 2021 02:06:54 +0000 (11:06 +0900)
This option is not supported in tizen 5.5.

This reverts commit 1f0cfd3bbc7a45e68f51b60ab02979af7d2a68d3.

Change-Id: I058796b30b99b07e9e735d383376f02691bfa970

src/legacy_support/websocket.cpp

index 3b9d735..50e24e1 100644 (file)
@@ -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();