]> git.ipfire.org Git - thirdparty/systemd.git/commit
table: Fix JSON name mangling breaking changes 33609/head
authorAdrian Vovk <adrianvovk@gmail.com>
Thu, 11 Jul 2024 23:35:10 +0000 (19:35 -0400)
committerAdrian Vovk <adrianvovk@gmail.com>
Wed, 17 Jul 2024 18:15:44 +0000 (14:15 -0400)
commitc82dfaf7e2f6171fe599fdd325c7f7c57198f096
tree08c9efa5b0b7f70c38d49cf3eedefeb890d45bb8
parentc4cb49eb342bb347fb974eb55236d2eb3e565086
table: Fix JSON name mangling breaking changes

In previous commits, we've changed the JSON name mangling logic. This,
of course, will cause breaking changes to occur on anything that relied
on the JSON mangling logic.

This commit fixes those breaking changes by manually forcing the JSON
name back to what it was before.
src/import/importctl.c
src/partition/repart.c
src/sysupdate/sysupdate.c