mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 06:38:05 +02:00
Don't default to last known option when setting flags
This commit is contained in:
parent
3baeb92e99
commit
e4191b5d38
1 changed files with 3 additions and 0 deletions
|
|
@ -292,6 +292,9 @@ ply_command_get_option (ply_command_t *command,
|
|||
node = next_node;
|
||||
}
|
||||
|
||||
if (node == NULL)
|
||||
return NULL;
|
||||
|
||||
return option;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue