Fix the use of incorrect options 95/302795/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Dec 2023 22:17:30 +0000 (07:17 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Dec 2023 22:21:26 +0000 (07:21 +0900)
commit71b8773c3bc0d12222cb84731b95dedb8f4802e1
tree06b97c7b2652568723041b6437e1c3ce279b8800
parent5552ce5d679a9776ee19a4bada189d9d28081a4c
Fix the use of incorrect options

The value that should be set for flags of the fcntl() is FD_CLOEXEC.
This patch modifies to use FD_CLOEXEC instead of O_CLOEXEC.

Change-Id: I443a54ba18098d1bd2f094cdb081ad6b54fbd02b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/client-socket-internal.cc
src/server-socket-internal.cc