diff options
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index f9eb7a8e3f..c25b61ea49 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -1148,7 +1148,7 @@ static void zebra_show_stale_client_detail(struct vty *vty,  				if (info->t_stale_removal) {  					vty_out(vty,  						"Stale delete timer: %ld sec\n", -						thread_timer_remain_second( +						event_timer_remain_second(  							info->t_stale_removal));  				}  			}  | 
