diff options
author | 2018-05-31 12:19:34 +0200 | |
---|---|---|
committer | 2018-05-31 12:19:34 +0200 | |
commit | 9554591d45c8d7a12db6aea7d4ab51bd5d0cbf32 (patch) | |
tree | 8e7d6de854dd0ffd08b3daea76d71ca4cbea3a52 | |
parent | coccinelle says we should use EOPNOTSUPP rather than ENOTSUP (diff) | |
download | systemd-9554591d45c8d7a12db6aea7d4ab51bd5d0cbf32.tar.gz systemd-9554591d45c8d7a12db6aea7d4ab51bd5d0cbf32.tar.bz2 systemd-9554591d45c8d7a12db6aea7d4ab51bd5d0cbf32.zip |
tree-wide: drop some double newlines
-rw-r--r-- | man/systemd-portabled.service.xml | 1 | ||||
-rw-r--r-- | src/portable/portabled-image-bus.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml index 7b1c3ae68..91da27eba 100644 --- a/man/systemd-portabled.service.xml +++ b/man/systemd-portabled.service.xml @@ -45,7 +45,6 @@ <para>Most of <command>systemd-portabled</command>'s functionality is accessible through the <citerefentry><refentrytitle>portablectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> command.</para> - <para>See the <ulink url="https://github.com/systemd/systemd/blob/master/doc/PORTABLE_SERVICES.md">Portable Services Documentation</ulink> for details about the concepts this service implements.</para> </refsect1> diff --git a/src/portable/portabled-image-bus.c b/src/portable/portabled-image-bus.c index 1dc6b77b3..02a2db235 100644 --- a/src/portable/portabled-image-bus.c +++ b/src/portable/portabled-image-bus.c @@ -156,7 +156,6 @@ int bus_image_common_get_metadata( for (i = 0; i < hashmap_size(unit_files); i++) { - r = sd_bus_message_open_container(reply, 'e', "say"); if (r < 0) return r; |