From 5d846e80b2cd87f70669564c9358dfe718418d0d Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 15 Jun 2025 23:54:37 +0300 Subject: [PATCH] Fix to use new API to properly resolve default value https://github.com/webmin/webmin/commit/55d03d426aaafd5af7ca753b4eb34a05a3c9f1f6#commitcomment-159889070 --- postfix/postfix-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index db629f648..f48bfd675 100755 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -436,7 +436,7 @@ sub option_freefield sub option_yesno { my $name = $_[0]; - my $v = &get_current_value($name); + my $v = &resolve_current_value($name); my $key = 'opts_'.$name; print &ui_table_row(defined($_[1]) ? &hlink($text{$key}, "opt_".$name)