mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1310197 - Fix comment.r=me
This commit is contained in:
parent
d83ce90018
commit
8e864608b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user