зеркало из https://github.com/mozilla/gecko-dev.git
Trying to fix bustage from checkin for bug 259031.
This commit is contained in:
Родитель
f88b21c047
Коммит
e1db14b3c4
|
@ -842,6 +842,10 @@ ProcessGeneralName(PRArenaPool *arena,
|
|||
break;
|
||||
case certIPAddress:
|
||||
{
|
||||
// kengert: hotfix to fix bustage, will clean up soon
|
||||
#ifndef INET6_ADDRSTRLEN
|
||||
#define INET6_ADDRSTRLEN 46
|
||||
#endif
|
||||
char buf[INET6_ADDRSTRLEN];
|
||||
nssComponent->GetPIPNSSBundleString("CertDumpIPAddress", key);
|
||||
if (current->name.other.len == 4)
|
||||
|
|
Загрузка…
Ссылка в новой задаче