From 21d7055da0ea939bb17729a63ec745a67e9b7bdb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 16 Aug 2002 15:34:12 +0000 Subject: fix "Security Administrator (login or email)" missing field --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index b796f25f3..899967213 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1096,7 +1096,7 @@ connections from many clients. Note: if your machine is only a client on the Int if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/, { label => _("Use libsafe for servers"), val => $libsafe, type => 'bool', text => _("A library which defends against buffer overflow and format string attacks.") } ), - { label => _("Security Administrator (login or email)"), val => $email, }, + { label => _("Security Administrator (login or email)"), val => \$email, }, ], ); } -- cgit v1.2.1