mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
core: Fix assertion in parse_smbios_strings()
(cherry picked from commit d02a41a9d4e5e250f5d817dd8cffd38e3db949e8) (cherry picked from commit 9612ec00a5cfc5fecc0cbf7de63e14bbb89acbdf)
This commit is contained in:
parent
6d913d018e
commit
2692acb884
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user