зеркало из https://github.com/mozilla/gecko-dev.git
BugZilla 32048 is realy 35408
This commit is contained in:
Родитель
c4e99b1bca
Коммит
fa9e207cbc
|
@ -1304,7 +1304,7 @@ PR_IMPLEMENT(PRStatus) PR_NewTCPSocketPair(PRFileDesc *f[])
|
|||
}
|
||||
selfAddr.sin_family = AF_INET;
|
||||
selfAddr.sin_port = 0;
|
||||
selfAddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); /* BugZilla: 32048 */
|
||||
selfAddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); /* BugZilla: 35408 */
|
||||
addrLen = sizeof(selfAddr);
|
||||
if (bind(listenSock, (struct sockaddr *) &selfAddr,
|
||||
addrLen) == SOCKET_ERROR) {
|
||||
|
@ -1382,7 +1382,7 @@ failed:
|
|||
if (listenSock == NULL) {
|
||||
goto failed;
|
||||
}
|
||||
PR_InitializeNetAddr(PR_IpAddrLoopback, 0, &selfAddr); /* BugZilla: 32048 */
|
||||
PR_InitializeNetAddr(PR_IpAddrLoopback, 0, &selfAddr); /* BugZilla: 35408 */
|
||||
if (PR_Bind(listenSock, &selfAddr) == PR_FAILURE) {
|
||||
goto failed;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче