summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)