mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 03:08:13 +02:00
invert conditional
When adding the password object in commit
f5a15611fb
I messed up and inverted a conditional.
This commit is contained in:
parent
fe6ba292f5
commit
e2f2d38e94
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static void
|
|||
on_ask_for_password (state_t *state,
|
||||
ply_answer_t *answer)
|
||||
{
|
||||
if (state->boot_splash != NULL)
|
||||
if (state->boot_splash == NULL)
|
||||
{
|
||||
ply_answer_with_string (answer, "");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue