]> git.ipfire.org Git - thirdparty/systemd.git/commit
various: use id128_from_string_not_null()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 26 Aug 2023 13:13:05 +0000 (15:13 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 2 Sep 2023 11:16:25 +0000 (14:16 +0300)
commitaea3f594db3d11966fb0ead86c07d83dfeb5fe69
tree0154b4fcd000b9ae9b8016b430a8cf2e3970b59f
parent7c9de5d85d7df4177418e5cb8444b94086ce287b
various: use id128_from_string_not_null()

No functional change. In config_parse_address_generation_type() we would set
the output parameter and then say it's ignored, so it _looked_ like an error in
the code, but the variable was always initialized to SD_ID128_NULL anyway, so
the code was actually fine.
src/core/main.c
src/network/networkd-address-generation.c
src/nspawn/nspawn.c
src/partition/repart.c
src/shared/conf-parser.c