mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
firstboot: get rid of pointless strjoina()
This commit is contained in:
@@ -745,8 +745,8 @@ static int prompt_root_password(int rfd, sd_varlink **mute_console_link) {
|
||||
|
||||
print_welcome(rfd, mute_console_link);
|
||||
|
||||
msg1 = strjoina("Please enter the new root password (empty to skip):");
|
||||
msg2 = strjoina("Please enter the new root password again:");
|
||||
msg1 = "Please enter the new root password (empty to skip):";
|
||||
msg2 = "Please enter the new root password again:";
|
||||
|
||||
suggest_passwords();
|
||||
|
||||
|
Reference in New Issue
Block a user