diff options
author | paul <paul> | 2003-01-17 13:20:40 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-17 13:20:40 +0000 |
commit | f2298cf6e89f2f2958282f45a523fe47a6fac369 (patch) | |
tree | 22e9066166c9ef5c1d0f1d839d4d9f5904466b83 /ripngd/ripngd.c | |
parent | 0f0c3059be0fc711fb5b98d3d9c0d6dcd84c3992 (diff) | |
download | quagga-zebra_org_20030117.tar.bz2 quagga-zebra_org_20030117.tar.xz |
Import of Zebra CVS 20020117-13:15zebra_org_20030117
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index 81f0ecad..98d4bb70 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -535,7 +535,7 @@ ripng_route_process (struct rte *rte, struct sockaddr_in6 *from, int ret; struct ripng_info newinfo; - memset (&rinfo, 0, sizeof (struct ripng_info)); + memset (&newinfo, 0, sizeof (struct ripng_info)); newinfo.metric = rte->metric; ret = route_map_apply (ri->routemap[RIPNG_FILTER_IN], |