]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: voidify pager_open()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Mar 2018 08:48:29 +0000 (17:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 19 Mar 2018 12:04:02 +0000 (21:04 +0900)
commitee5324aa04bb46a9a8e1ad23307efa85e05879b6
tree85cd5851f9d9139c25291f08f04307b1340e58a3
parent24fcd009c3eb89f590bef96dd5495fd4ef796fd0
tree-wide: voidify pager_open()

Even if pager_open() fails, in general, we should continue the operations.
All erroneous cases in pager_open() show log message in the function.
So, it is not necessary to check the returned value.
15 files changed:
src/analyze/analyze.c
src/busctl/busctl.c
src/cgls/cgls.c
src/core/main.c
src/coredump/coredumpctl.c
src/delta/delta.c
src/journal/journalctl.c
src/locale/localectl.c
src/login/loginctl.c
src/machine/machinectl.c
src/mount/mount-tool.c
src/network/networkctl.c
src/resolve/resolve-tool.c
src/systemctl/systemctl.c
src/timedate/timedatectl.c