commit | b8cf46b715b2c21db5dce8118c70b4dd9b5255a3 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <bernat@luffy.cx> | Fri May 25 08:56:44 2012 +0200 |
committer | Vincent Bernat <bernat@luffy.cx> | Mon Jun 25 19:03:23 2012 +0200 |
tree | 61fea7fd6d75345f5224e36d8ca33badc9d39b17 | |
parent | 4b89e45d928d41bb5d32a00ba7b402d6a3bbdf44 [diff] [blame] |
smux: drop findVar element from trap object struct This element was not unused.
diff --git a/bgpd/bgp_snmp.c b/bgpd/bgp_snmp.c index a995ff6..73406d5 100644 --- a/bgpd/bgp_snmp.c +++ b/bgpd/bgp_snmp.c
@@ -833,8 +833,8 @@ /* BGP Traps. */ struct trap_object bgpTrapList[] = { - {bgpPeerTable, 3, {3, 1, BGPPEERLASTERROR}}, - {bgpPeerTable, 3, {3, 1, BGPPEERSTATE}} + {3, {3, 1, BGPPEERLASTERROR}}, + {3, {3, 1, BGPPEERSTATE}} }; void