summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/TransportSecurityInfo.cpp
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-23 17:18:33 +0200
committerGitHub <noreply@github.com>2018-07-23 17:18:33 +0200
commit6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002 (patch)
tree379069772d6306b9085883e48c87d14ff52986d0 /security/manager/ssl/TransportSecurityInfo.cpp
parent72e628874a7b96d33fa550626be56e334dda50c8 (diff)
parente313e5e2ec19355988c3d59745c202f4604670d3 (diff)
downloadUXP-6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002.tar
UXP-6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002.tar.gz
UXP-6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002.tar.lz
UXP-6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002.tar.xz
UXP-6ff51b3dff6b9e22b4c0ac02b8b2c4372c24c002.zip
Merge pull request #666 from kn-yami/issue605
replace "certErrorCodePrefix2" with "certErrorCodePrefix"
Diffstat (limited to 'security/manager/ssl/TransportSecurityInfo.cpp')
-rw-r--r--security/manager/ssl/TransportSecurityInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/ssl/TransportSecurityInfo.cpp b/security/manager/ssl/TransportSecurityInfo.cpp
index fe39f4017..0e2238ad0 100644
--- a/security/manager/ssl/TransportSecurityInfo.cpp
+++ b/security/manager/ssl/TransportSecurityInfo.cpp
@@ -854,7 +854,7 @@ AppendErrorTextCode(PRErrorCode errorCodeToReport,
nsString formattedString;
nsresult rv;
- rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2",
+ rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix",
params, 1,
formattedString);
if (NS_SUCCEEDED(rv)) {