Bug 1310197 - Fix comment.r=me

This commit is contained in:
Dragana Damjanovic dd.mozilla@gmail.com 2017-04-21 11:43:03 +08:00
parent d83ce90018
commit 8e864608b1

View File

@ -2095,7 +2095,7 @@ static PRInt32 pt_TCP_SendTo(
#ifdef _PR_HAVE_SOCKADDR_LEN
// if _PR_HAVE_SOCKADDR_LEN is defined and it is PR_AF_INET6 we set family
/ to AF_INET6 and we set address length.
// to AF_INET6 and we set address length.
addrCopy = *addr;
((struct sockaddr*)&addrCopy)->sa_len = addr_len;
((struct sockaddr*)&addrCopy)->sa_family = md_af;