summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2016-12-02 16:33:58 +0900
committerjusung son <jusung07.son@samsung.com>2016-12-02 16:33:58 +0900
commitc1c76f5d5aaa803f40dddd2df7012df14598b446 (patch)
tree4fb1ca69d84c993f000541f83d87cc2b00e318d3
parent34f3ad097991b7d222b2e84e0ac9a16d92d492ac (diff)
downloadmessage-port-c1c76f5d5aaa803f40dddd2df7012df14598b446.tar.gz
message-port-c1c76f5d5aaa803f40dddd2df7012df14598b446.tar.bz2
message-port-c1c76f5d5aaa803f40dddd2df7012df14598b446.zip
Change-Id: Ia9ecb6d30f7f248bbc57f6147f85fe25959dfe0f Signed-off-by: jusung son <jusung07.son@samsung.com>
-rwxr-xr-xsrc/message-port.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/message-port.c b/src/message-port.c
index ac97f98..52f87d7 100755
--- a/src/message-port.c
+++ b/src/message-port.c
@@ -343,11 +343,6 @@ static void on_name_vanished(GDBusConnection *connection,
pli->exist = false;
pli->watcher_id = 0;
- _LOGI("name vanished socket : %d", pli->send_sock_fd);
- if (pli->send_sock_fd > 0) {
- close(pli->send_sock_fd);
- pli->send_sock_fd = 0;
- }
}
static int __get_local_port_info(int id, message_port_local_port_info_s **info)