mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
socket-proxyd: Remove datagram research TODO. This proxy will not work with them.
This commit is contained in:
@@ -574,7 +574,6 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
|
||||
/* @TODO: Check if this proxy can work with datagram sockets. */
|
||||
r = sd_is_socket(p.listen_fd, 0, SOCK_STREAM, 1);
|
||||
if (r < 0) {
|
||||
log_error("Error %d while checking inherited socket: %s", r, strerror(-r));
|
||||
|
||||
Reference in New Issue
Block a user