]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/local-addresses.c
local-addresses: call 'assert_not_reached' where appropriate (#31728)
authorSidhuRupinder <158014905+SidhuRupinder@users.noreply.github.com>
Wed, 13 Mar 2024 05:16:46 +0000 (10:46 +0530)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 05:16:46 +0000 (13:16 +0800)
commit7d08e23558e3bc2ade9ab59761c47c3ca26a1144
treee3872a6950004c117fffe54d3dd8c0f41c575889
parenta79313396347376407c81ab605259fc501817754
local-addresses: call 'assert_not_reached' where appropriate (#31728)

Added code for calling the 'assert_not_reached' function as the value of the 'family' parameter must be either 'AF_INET' or 'AF_INET6'.
src/shared/local-addresses.c