]> git.ipfire.org Git - thirdparty/chrony.git/commit
socket: fix compiler warning on macOS
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 5 May 2025 10:09:22 +0000 (12:09 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 5 May 2025 10:21:03 +0000 (12:21 +0200)
commitc17f481a2028333d6447e2a569bc9b438526d111
tree037a4405bc14d0159b0d25486530c01dcc4e40e4
parent8140feb4fdf0c88d99c4ba71960bed1ef1f15a4a
socket: fix compiler warning on macOS

Disable get_default_inet_domain() together with check_socket_flag() to
avoid a warning about unused function.

Reported-by: Bryan Christianson <bryan@whatroute.net>
socket.c