resolved: fix negated boolean function
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2016 20:35:23 +0000 (22:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jun 2016 11:20:48 +0000 (13:20 +0200)
commitb6274a0e9e3dd592826411940a71a67dbf05bcef
tree5598cb9366170128adfa2c894a72089c5d559435
parent55e99f2064e7432572ea3eb377a15e50cec525c4
resolved: fix negated boolean function

It's weird having a "negative" function link_is_unmanaged(), let's invert it
and get rid of the negation this way, by renaming it to link_is_managed().

Internally we stored this as a positive boolean already, hence let's do this
for the function too.
src/resolve/resolved-link.c