]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
core: when parsing integers passed over the bus use int32_t, not int 6200/head
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2017 15:41:54 +0000 (17:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2017 15:43:18 +0000 (17:43 +0200)
commit8d1dd6abe2dd508a264d7a318c593db9bfc3eea7
tree0036b9d4a48a98d613d4abd0763562a65f7b62d1
parent7f452159b8f7ad83e6f9082b6fbb6d838b615d94
core: when parsing integers passed over the bus use int32_t, not int

sd-bus will return "i" integers as "int32_t", not "int". Now on all
archs we care about that's the same, but we still should do this
properly.
src/core/dbus-execute.c