mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 15:50:00 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
8f63580655
commit
d82e5d1b64
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ isc_sockaddr_pf(const isc_sockaddr_t *sockaddr) {
|
|||
|
||||
void
|
||||
isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na,
|
||||
in_port_t port)
|
||||
in_port_t port)
|
||||
{
|
||||
memset(sockaddr, 0, sizeof(*sockaddr));
|
||||
sockaddr->type.sin.sin_family = na->family;
|
||||
|
|
|
|||
Loading…
Reference in a new issue