From 3aae122edca3aba52944c184a60597fd72005fde Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 19 Jul 2003 13:19:40 +0000 Subject: fix checks setting --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksec') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 0ec718913..400af8720 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -232,7 +232,7 @@ my $bok = gtksignal_connect(Gtk2::Button->new_from_stock('gtk-ok'), log::explanations("Setting security periodic checks"); foreach my $key (keys %security_checks_value) { - $msec->set_check($key, from_i18n($security_checks_value{$key}->entry->get_text)); + $msec->set_check($inv_fields{$key} || $key, from_i18n($security_checks_value{$key}->entry->get_text)); } $msec->apply_checks; -- cgit v1.2.1