]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
socket-proxyd: Remove datagram research TODO. This proxy will not work with them.
authorDavid Strauss <david@davidstrauss.net>
Sun, 20 Oct 2013 00:11:36 +0000 (17:11 -0700)
committerDavid Strauss <david@davidstrauss.net>
Sun, 20 Oct 2013 00:11:36 +0000 (17:11 -0700)
src/socket-proxy/socket-proxyd.c

index d01e4293941b047bebba63d0fc0954c8df632702..d64b0d286785827c462a999e0b7599bf3aafdeb4 100644 (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));