mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 997795 - Cleanup decodings. r=dkeeler
This commit is contained in:
parent
1e1f443953
commit
55a077728c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user