Change filter_event to return true even read_from_socket fails 08/112308/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 31 Jan 2017 06:29:46 +0000 (15:29 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 31 Jan 2017 06:29:54 +0000 (15:29 +0900)
commita92c472a0f24ec78f647a598435c9df249d73826
treec016794d774e6f4b80825eb3732a9b8e6fabc59a
parentf329c79349cef4a5dfea2d1d85fe783ae2fe55ed
Change filter_event to return true even read_from_socket fails

If the filter_event returns false, the ISE will terminate itself.
So modified filter_event to return false only when the connection
is lost, and keep alive in other abnormal cases such as timeout.

Change-Id: I96f15fede012789cb74d2a72aef6f78c145e8230
ism/src/scim_helper.cpp