]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: fix type confusion around parsing JSON booleans
authorLennart Poettering <lennart@poettering.net>
Thu, 2 May 2024 13:25:34 +0000 (15:25 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 2 May 2024 17:31:08 +0000 (19:31 +0200)
commit61ab5ddcdc6835f044dfc76830971a37b325effe
tree550cc270752030ccae9742fe4dd2fbbc6fab711d
parent5535a9484ee58711dba17571a7d641923a5c809c
tree-wide: fix type confusion around parsing JSON booleans

Sometimes we store them in a tristate, sometimes in C stdbool booleans.
Sometimes we fucked up picking the right parsing function however. Fix
that.
src/nspawn/nspawn-oci.c
src/shared/user-record.c
src/sysext/sysext.c