1
0
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:
Lennart Poettering
2025-09-26 09:43:45 +02:00
parent 82a48eb1db
commit 971637c47d

View File

@@ -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();