core: fix type of NetClass dbus property
authorLennart Poettering <lennart@poettering.net>
Wed, 14 Oct 2015 17:31:42 +0000 (19:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Oct 2015 21:07:18 +0000 (23:07 +0200)
commit4b4cb0a1ffbc63c6b40d4205f8e248108217e3dc
tree76980f6da3bd88e641c150d50e1cea524be1b4e6
parentd817000dea0356fd32333953fc25538b4cc4f1e7
core: fix type of NetClass dbus property

it's exposed as uint32_t and it is internally an uint32_t, hence no need
to treat it as an unsigned.
src/core/dbus-unit.c