1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

manager: fix typo

I guess that we could make an overflow if all the taint flags were set.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-04-05 20:31:59 +02:00
parent 88a3af9421
commit 2c75ef181d

View File

@ -4384,7 +4384,7 @@ char *manager_taint_string(Manager *m) {
buf = new(char, sizeof("split-usr:"
"cgroups-missing:"
"cgrousv1:"
"cgroupsv1:"
"local-hwclock:"
"var-run-bad:"
"overflowuid-not-65534:"