1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-28 11:21:59 +03:00

ask-passwd: drop a condition which is always false

This commit is contained in:
Yu Watanabe 2020-11-20 19:42:38 +09:00
parent 283ec78963
commit 48b11b09ab

View File

@ -334,9 +334,6 @@ int ask_password_plymouth(
p += k;
if (p < 1)
continue;
if (buffer[0] == 5) {
if (flags & ASK_PASSWORD_ACCEPT_CACHED) {