]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: fix route table from unsigned char to uint32_t (#6083)
authorSusant Sahani <ssahani@users.noreply.github.com>
Tue, 6 Jun 2017 16:02:31 +0000 (16:02 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 6 Jun 2017 16:02:31 +0000 (12:02 -0400)
commit14d20d2bfb221e411c42528546cb9f1bbcb2e879
tree6c95adf070f7a6376364c3aa6b0939fd4557d0e2
parent94fcd9d3a09b86ee035bf0d7400ff81d4fa5d1b5
networkd: fix route table from unsigned char to uint32_t (#6083)

[zj: struct Route is defined with uint32_t route, so this makes the type of the function
parameter match the field it is assigned to.]
src/network/networkd-route.c
src/network/networkd-route.h