commit | 577ac57b78e0ee3cbc5afdb5f54a660bd0126136 | [log] [tgz] |
---|---|---|
author | Jorge Boncompte [DTI2] <jorge@dti2.net> | Mon May 07 16:53:06 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue May 22 20:25:50 2012 +0200 |
tree | ec891bb869f46e7a4cd30c1163dfbc768587002b | |
parent | 558d1fec11749d3257e32561d45b5c1ec0622cf4 [diff] [blame] |
bgpd: Remove useless initialization It's initialized below Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index c2045a8..65a3ac1 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c
@@ -2455,7 +2455,7 @@ { struct bgp *bgp; struct attr attr; - struct aspath *aspath = { 0 }; + struct aspath *aspath; struct prefix p; struct bgp_info binfo; struct peer *from;