]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/socket-proxy/socket-proxyd.c
socket-proxy: allow localhost addresses
[thirdparty/systemd.git] / src / socket-proxy / socket-proxyd.c
index 50f5b9c9c536a21ffc83508761e3b633b38401be..60420140696b4cba87be588336e06427eb5c0d61 100644 (file)
@@ -417,7 +417,6 @@ static int resolve_remote(Connection *c) {
         static const struct addrinfo hints = {
                 .ai_family = AF_UNSPEC,
                 .ai_socktype = SOCK_STREAM,
-                .ai_flags = AI_ADDRCONFIG
         };
 
         const char *node, *service;