]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-message: drop asserts in functions which are wrappers for varargs version
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Aug 2018 14:36:51 +0000 (16:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 Oct 2018 09:53:20 +0000 (11:53 +0200)
commit8792bdf8a3311f9e629daa0ec592c97c1cfb2a7c
treef8d261009672a772fa21f6d47a301e7e0ea16707
parentf88214cf9d66c93f4d22c4c8980de9ee3ff45bab
bus-message: drop asserts in functions which are wrappers for varargs version

The function does no processing on it's own, and just forwards arguments
to the other function. Let's just use the asserts there.
src/libsystemd/sd-bus/bus-message.c