diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2000-03-03 17:06:31 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2000-03-03 17:06:31 +0000 |
commit | 1c80946020d06ca926154926c7c890d211708395 (patch) | |
tree | 415560c7be7b4068304e6bd0896aec7b067c97c4 | |
parent | a151a66c2a1c722d095dfdd6a06d8acd74a03253 (diff) |
Notes
-rw-r--r-- | contrib/ntp/ntpd/ntp_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/ntp_io.c b/contrib/ntp/ntpd/ntp_io.c index 6ab7d267d8a2..e209d6d29c1f 100644 --- a/contrib/ntp/ntpd/ntp_io.c +++ b/contrib/ntp/ntpd/ntp_io.c @@ -444,7 +444,7 @@ create_sockets( continue; } # endif /* SYS_WINNT */ - ifreq = *ifr; + memcpy(&ifreq, ifr, sizeof(ifreq)); inter_list[i].flags = 0; /* is it broadcast capable? */ # ifndef SYS_WINNT |