mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
core: Fix assertion in parse_smbios_strings()
This commit is contained in:
@@ -519,7 +519,7 @@ static int parse_smbios_strings(ImportCredentialContext *c, const char *data, si
|
||||
return log_oom();
|
||||
|
||||
if (!credential_name_valid(cn)) {
|
||||
log_warning("SMBIOS credential name '%s' is not valid, ignoring: %m", cn);
|
||||
log_warning("SMBIOS credential name '%s' is not valid, ignoring.", cn);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user