network time: do not pass defaults

This commit is contained in:
Franco Fichtner 2023-04-19 09:39:53 +02:00
parent e2a1e8c312
commit 4e8235c737

View File

@ -172,7 +172,7 @@ function ntpd_configure_do($verbose = false)
{
global $config;
killbyname('ntpd', 'TERM', true);
killbyname('ntpd');
if (!ntpd_enabled()) {
return;