mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Don't print error if there is none https://sourceforge.net/p/webadmin/bugs/5143/
This commit is contained in:
@@ -95,7 +95,7 @@ return undef;
|
||||
sub sync_time_cron
|
||||
{
|
||||
my $err = &sync_time($config{'timeserver'}, $config{'timeserver_hardware'});
|
||||
print STDERR $err;
|
||||
print STDERR $err if ($err);
|
||||
}
|
||||
|
||||
sub has_timezone
|
||||
|
||||
Reference in New Issue
Block a user