socket-proxyd: Remove datagram research TODO. This proxy will not work with them.

This commit is contained in:
David Strauss 2013-10-19 17:11:36 -07:00
parent 20c7c931a9
commit 6298945d5c
1 changed files with 0 additions and 1 deletions

View File

@ -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));