Bug 997795 - Cleanup decodings. r=dkeeler

This commit is contained in:
Camilo Viecco 2014-04-17 14:42:05 -07:00
parent 1e1f443953
commit 55a077728c

View File

@ -792,7 +792,7 @@ AppendErrorTextMismatch(const nsString &host,
certName = CERT_GetCommonName(&nssCert->subject);
if (certName) {
++nameCount;
allNames.AssignASCII(certName);
allNames.Assign(NS_ConvertUTF8toUTF16(certName));
PORT_Free(certName);
}
}