networkd-dhcp6: Set initial value of route to NULL
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 26 Sep 2018 00:09:17 +0000 (18:09 -0600)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Sep 2018 13:15:37 +0000 (15:15 +0200)
commitdd5ab7d9136a0548d351bc2291ad07a95757a8e4
tree205e1daafa8af4c26f98824cffacdee4f90df102
parent0fbc35524c6990b3295e625a90a7fd8c5a619058
networkd-dhcp6: Set initial value of route to NULL

Start with route set to NULL should there be no route created. Remove
the explicit route_free as the _cleanup_ will take care of that after
the continue;.
src/network/networkd-dhcp6.c