]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/firstboot/firstboot.c
firstboot: drop duplicate trailing whitespace from root pw question
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Aug 2019 14:35:36 +0000 (16:35 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Aug 2019 21:13:57 +0000 (06:13 +0900)
commit3619634ca5451c38d59e220f72b46f3832813c40
tree13bc8d42c96ad3de193822c2fa025ef4438ccf85
parentd35c77412a3f00eb843c73ed82a0e7872875012f
firstboot: drop duplicate trailing whitespace from root pw question

Since ask_password() (and related calls) already append one char, we
ended up appending two. That's not pretty. Let's fix this, and do it
like in all other cases ask_password() (or an equivalent function) is
called.
src/firstboot/firstboot.c