From 577ac57b78e0ee3cbc5afdb5f54a660bd0126136 Mon Sep 17 00:00:00 2001 From: "Jorge Boncompte [DTI2]" Date: Mon, 7 May 2012 16:53:06 +0000 Subject: bgpd: Remove useless initialization It's initialized below Signed-off-by: Jorge Boncompte [DTI2] Signed-off-by: David Lamparter --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index c2045a8f..65a3ac17 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -2455,7 +2455,7 @@ bgp_default_originate (struct peer *peer, afi_t afi, safi_t safi, int withdraw) { struct bgp *bgp; struct attr attr; - struct aspath *aspath = { 0 }; + struct aspath *aspath; struct prefix p; struct bgp_info binfo; struct peer *from; -- cgit v1.2.1