Fix to return errno 53/282753/1
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 11 Oct 2022 06:49:00 +0000 (15:49 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 11 Oct 2022 06:49:00 +0000 (15:49 +0900)
commit75d5a32fc00aaf0030abd5131d0ae49fc8f6da51
treed482cc4a9d8bf28ec942b814366dc22178ed5bc4
parent526f140abe152252572324624a94286b62799b22
Fix to return errno

There is a possibility that errno may be changed during write log
Modified to save the errno value

Change-Id: I210bc4678e83ee00bb1c1b788f5c99c23f745b6a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/common/socket/abstract_socket.cc