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:
parent
283ec78963
commit
48b11b09ab
@ -334,9 +334,6 @@ int ask_password_plymouth(
|
||||
|
||||
p += k;
|
||||
|
||||
if (p < 1)
|
||||
continue;
|
||||
|
||||
if (buffer[0] == 5) {
|
||||
|
||||
if (flags & ASK_PASSWORD_ACCEPT_CACHED) {
|
||||
|
Loading…
Reference in New Issue
Block a user