system: wording on previous

This commit is contained in:
Franco Fichtner 2023-01-20 14:43:02 +01:00
parent 83faa69d47
commit 7fa6fbbc5d

View File

@ -510,8 +510,8 @@ function system_host_route($host, $gateway)
}
/*
* If the gateway is the same as the host we do not add a route
* as this is not needed and may also break the routing table.
* If the gateway is the same as the host we do not touch the route
* as this is not needed and it may also break the routing table.
*/
if ($host == $gateway) {
return;