Skip to content

client: Make auto_connect_localhost respect HAVE_IPv6 and OS_IS_WIN32

Patrick Gaskin requested to merge pgaskin/pulseaudio:auto-connect-ipv6 into master

Previously, if built on Windows or without IPv6 support, the client would try to connect over IPv6 if auto_connect_localhost is enabled.

Merge request reports