]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: standarize on NULL for empty signature in method calls
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 5 Feb 2021 14:33:10 +0000 (15:33 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 Feb 2021 10:36:24 +0000 (11:36 +0100)
commit41b88bb8ad9474b1a215bbc1c730e6ae7e8d4fa9
tree3e2b98b3af558fed2844b7ab48e79f6f2fa80054
parent63ab06c4d281046b4a2424b6accd407470c91eb5
sd-bus: standarize on NULL for empty signature in method calls

We would use sometimes "" and sometimes NULL. They are equivalent, so let's use
NULL everywhere, except for a two places in tests.
src/analyze/analyze.c
src/busctl/busctl.c
src/libsystemd/sd-bus/test-bus-objects.c