]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-proxy: allow localhost addresses 17066/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Sep 2020 12:52:47 +0000 (14:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Sep 2020 14:45:39 +0000 (16:45 +0200)
commit7e5f1d4b3fb02075762a55063edf9e510142e4c9
tree8ea5e8148d87a6caa65558e017a44bb01669925c
parentd0e5db44d9e1cf61ca75c8a86ffed19cc1b7fe5f
socket-proxy: allow localhost addresses

With this change, only manager_connect() in timesync.d uses AI_ADDRCONFIG. There
we are connecting to a remove server, so the flag is appropriate.
src/socket-proxy/socket-proxyd.c