Fix issue detected by static analysis tool 46/258646/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 21 May 2021 09:31:31 +0000 (18:31 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 21 May 2021 09:31:35 +0000 (18:31 +0900)
commit5e8f21db343e31212dfe0dd3e77591260004ef28
tree47dac9b52c3b718da712c9f3ee68575262aad24d
parentd440d9170f35bccd2db8b0000fb17e843a17475c
Fix issue detected by static analysis tool

check_return: Calling fcntl(ret, 2, flag | 1) without checking return value.
This library function may fail and return an error code.

Change-Id: I19b98afd782d3a545c18548cfda1f7908d3ec94c
ism/src/scim_socket.cpp