diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1997-06-15 21:03:32 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1997-06-15 21:03:32 +0000 |
| commit | c88fdb1d1d33abb9c45e08ea55986b95ab384ea1 (patch) | |
| tree | 7f0666a0154471602f185d179847abecb9b69770 | |
| parent | f2305d469bac4333cfc4cf098d4ba95e1dcab0a6 (diff) | |
Notes
| -rw-r--r-- | lib/libc/rpc/auth_time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/auth_time.c b/lib/libc/rpc/auth_time.c index 2b9a5a929e41..3128e6d4c4fb 100644 --- a/lib/libc/rpc/auth_time.c +++ b/lib/libc/rpc/auth_time.c @@ -323,6 +323,7 @@ __rpc_get_time_offset(td, srv, thost, uaddr, netid) sprintf(ipuaddr, "%d.%d.%d.%d.0.111", a1, a2, a3, a4); useua = &ipuaddr[0]; + bzero((char *)&sin, sizeof(sin)); if (uaddr_to_sockaddr(useua, &sin)) { msg("unable to translate uaddr to sockaddr."); if (needfree) |
