diff options
Diffstat (limited to 'eigrpd/eigrp_neighbor.c')
| -rw-r--r-- | eigrpd/eigrp_neighbor.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_neighbor.c b/eigrpd/eigrp_neighbor.c index 2d5bb0a7d1..1da2f7a108 100644 --- a/eigrpd/eigrp_neighbor.c +++ b/eigrpd/eigrp_neighbor.c @@ -343,7 +343,7 @@ void eigrp_nbr_hard_restart(struct eigrp_neighbor *nbr, struct vty *vty)  	eigrp_nbr_delete(nbr);  } -int eigrp_nbr_split_horizon_check(struct eigrp_nexthop_entry *ne, +int eigrp_nbr_split_horizon_check(struct eigrp_route_descriptor *ne,  				  struct eigrp_interface *ei)  {  	if (ne->distance == EIGRP_MAX_METRIC)  | 
