efl_net_dialer_unix: use compositor socket instead of socket4 for connection
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 13 Mar 2020 04:28:29 +0000 (13:28 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 5 May 2020 23:37:47 +0000 (08:37 +0900)
commitbaf88c13b336e6363e3fb32df9f3c08af33dd580
treea6bbcf977380ca3776a2e4be5ae4028fe244c53f
parent8db8eb16c9445e641257eb98e4ad784c2e69c0b7
efl_net_dialer_unix: use compositor socket instead of socket4 for connection

since 80c7e8093f8c097b2999e07aa9934dd67509c8a1, fd is -1 when
efl_net_connect_async_with_fd_new is called. this patch change it to use
socket from E compositor because of tizen policy.
(See commit ebfaab3e05f755428aaee021253c8e5255fd388f)

Also, This reverts commit 80c7e8093f8c097b2999e07aa9934dd67509c8a1.

@tizen_fix

Change-Id: Ie824d15ace426f91baa2a9ac1547481f000c5804
src/lib/ecore_con/efl_net_dialer_unix.c
src/lib/ecore_con/efl_net_dialer_unix.eo
src/lib/ecore_ipc/ecore_ipc.c