]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ipv4ll: do not assert_return when seed == 0
authorRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 21 Sep 2015 14:51:31 +0000 (16:51 +0200)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 21 Sep 2015 14:52:52 +0000 (16:52 +0200)
commit56065db4214a62a4d9ed4465333fcded35322aa8
treebff3ccfec6b2084eba6cbd1734a170ed8fe46c43
parenta1b7a5bbdd8da94e41b5e79be7a6e853ae910d2b
sd-ipv4ll: do not assert_return when seed == 0

Now that seed is an unsigned and not an array, we do not need to assert
on it.
src/libsystemd-network/sd-ipv4ll.c