inhibit: normalize variable types
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Sep 2018 17:57:42 +0000 (20:57 +0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Sep 2018 17:21:00 +0000 (19:21 +0200)
commit2f47ef04ea787ae397ba799dde6892b3e4bc9245
tree2e4b0101c60933539baf33aa235ef969c45f24ef
parent0e6872cdfcfefcee20f566bde25a89b74e55eef3
inhibit: normalize variable types

When we parse an "u" from an sd_bus_message then we need to do that into
a uint32_t, not a pid_t or uid_t, even if this is likely the same.

Also, let's count objects we keep in memory as size_t as usual.
src/login/inhibit.c