]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp6: fix uninitialized variable in returning from client_parse_message() (#8187)
authorThomas Haller <thaller@redhat.com>
Thu, 15 Feb 2018 09:49:55 +0000 (10:49 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Feb 2018 09:49:55 +0000 (10:49 +0100)
commit2e016b98c37edc8d01f37e0126cae901cde8c708
tree84cf856b44c02487a5df40505fc966275f4820bc
parentcac26f0bc8c8b73796fd6da862b919b1e0a969bc
dhcp6: fix uninitialized variable in returning from client_parse_message() (#8187)

Compiler warns about this with -Werror=maybe-uninitialized.

Fixes: 3bc424a3cc0bacc688ec2f4f93a5560fb4ca393b
src/libsystemd-network/sd-dhcp6-client.c