]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootspec: simplify find_default_boot_entry()
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 16:51:15 +0000 (17:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 15:50:58 +0000 (16:50 +0100)
commit5b1da1ba6da432dc6b120f4ad438aa4a360b2df7
tree501d9820896aa26abf0e8e51970fa65961d17b7f
parentc943e95f892c62f9bded88de219bcf3c80cdc3d4
bootspec: simplify find_default_boot_entry()

If the only caller passes NULL for the two paths, let's remove the
parameter altogether.
src/shared/bootspec.c
src/shared/bootspec.h
src/systemctl/systemctl.c