1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

Fix typo in analyze-security.c.

This commit is contained in:
Johannes Christ 2019-08-10 14:41:52 +02:00 committed by Yu Watanabe
parent d4d74d0fc0
commit 7f024cb211

View File

@ -603,7 +603,7 @@ static int assess_ip_address_allow(
d = strdup("Service defines IP address whitelist with non-localhost entries"); d = strdup("Service defines IP address whitelist with non-localhost entries");
b = 5; b = 5;
} else if (info->ip_address_allow_localhost) { } else if (info->ip_address_allow_localhost) {
d = strdup("Service defines IP address whitelits with only localhost entries"); d = strdup("Service defines IP address whitelist with only localhost entries");
b = 2; b = 2;
} else { } else {
d = strdup("Service blocks all IP address ranges"); d = strdup("Service blocks all IP address ranges");