system: style change

This commit is contained in:
Franco Fichtner 2023-09-07 16:55:47 +02:00
parent dd9854f111
commit 2e0f00b603

View File

@ -171,7 +171,7 @@ function dpinger_configure_do($verbose = false, $gwname = null, $bootup = false)
foreach (['monitor', 'gateway'] as $key) {
if (empty($gateway[$key])) {
log_msg("Skipping gateway {$name} due to empty '{$key}' property.", LOG_WARNING);
continue;
continue;
}
}