зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 223145 "Numeric IPv6 addresses don't work" patch=lorenzo@colitti.com r+sr=darin
This commit is contained in:
Родитель
4249292cca
Коммит
bb123973dd
|
@ -368,6 +368,7 @@ nsHostResolver::ResolveHost(const char *host,
|
|||
rv = NS_ERROR_NOT_INITIALIZED;
|
||||
else {
|
||||
PRNetAddr tempAddr;
|
||||
memset(&tempAddr, 0, sizeof(PRNetAddr));
|
||||
|
||||
// check to see if there is already an entry for this |host|
|
||||
// in the hash table. if so, then check to see if we can't
|
||||
|
|
Загрузка…
Ссылка в новой задаче