From 8b146d6547ee5cf8049a7566efd75cd1df8314e7 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Thu, 15 Jan 2026 13:56:07 +0000 Subject: Fix timezone::ntp_servers() when it is called more than once. The old implementation of get_ntp_server_tree() would add entries to %timezone for each leaf node it visited. So if ntp_servers() was called a second time, it would list those spurious entries. Fixed by stopping recursion immediately when a leaf node was found. --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e2760be8c..a67d460fb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix incorrect timezone list when configureTimezone() is called more + than once - ask for user's timezone at the start of installation and correct the system clock accordingly (mga#34909) -- cgit v1.2.1