diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-01-23 17:29:12 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-01-23 17:29:12 +0000 |
| commit | 1167992be661869fcbb3c20133620c1f53ecd666 (patch) | |
| tree | a68f8d668a0827dbd109f893ca971d848c9e9760 /usr.sbin | |
| parent | 15516f16d25aee2ba1ed295da5713d04f6471652 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rtadvd/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index c2d3ee2ef878..ec294f1db43a 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -258,6 +258,8 @@ getconfig(intface) __FUNCTION__); exit(1); } + memset(pfx, 0, sizeof(*pfx)); + /* link into chain */ insque(pfx, &tmp->prefix); |
