]> git.ipfire.org Git - thirdparty/systemd.git/commit
json-util: initialize "remote" flag for PidRef when parsing JSON pidref serializations 34719/head
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Oct 2024 15:14:26 +0000 (17:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 Oct 2024 16:26:05 +0000 (18:26 +0200)
commit92881e7a4f3df9208f0cf3b52ed41eada7a72fd0
tree1654f5df1bdcb538289a18f10b4e6588d927adb1
parent7e3e540b88db5546d0c63103619d96b033871b7b
json-util: initialize "remote" flag for PidRef when parsing JSON pidref serializations

Now that we have a way to recognize "remoteness" of a PidRef, let's make
sure when we decode a JSON pidref we initialize things that way.
src/libsystemd/sd-json/json-util.c
src/test/test-json.c