From a4975abe5eaf59b9594e3e7011daf24c823b2f12 Mon Sep 17 00:00:00 2001 From: mharmsen Date: Mon, 1 Jun 2009 20:25:15 +0000 Subject: Bugzilla Bug #503255 - Fix confusing "Security Domain" message when using "status". git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@537 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/tps/lib/perl/PKI/TPS/DisplayCertChainPanel.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pki/base/tps/lib/perl') diff --git a/pki/base/tps/lib/perl/PKI/TPS/DisplayCertChainPanel.pm b/pki/base/tps/lib/perl/PKI/TPS/DisplayCertChainPanel.pm index 1ab9c3cf1..74d45984a 100755 --- a/pki/base/tps/lib/perl/PKI/TPS/DisplayCertChainPanel.pm +++ b/pki/base/tps/lib/perl/PKI/TPS/DisplayCertChainPanel.pm @@ -232,6 +232,7 @@ sub get_domain_xml &PKI::TPS::Wizard::debug_log("DisplayCertChainPanel: security domain '" . $xml->{'Name'}[0] . "'"); $::config->put("preop.securitydomain.name", $xml->{'Name'}[0]); + $::config->put("securitydomain.name", $xml->{'Name'}[0]); # parse xml and store information in CS.cfg my $count = 0; -- cgit