@ -455,15 +455,14 @@ retry:
}
buf = recv_unix_msg(sockd);
if (!buf) {
close(sockd);
LOGWARNING("Failed to get message in connector_loop");
goto retry;
if (!strncasecmp(buf, "ping", 4)) {
LOGDEBUG("Connector received ping request");
send_unix_msg(sockd, "pong");