summaryrefslogtreecommitdiffstats
path: root/ldpd/adjacency.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/adjacency.c')
-rw-r--r--ldpd/adjacency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/adjacency.c b/ldpd/adjacency.c
index d9a9d434a..794bc66ce 100644
--- a/ldpd/adjacency.c
+++ b/ldpd/adjacency.c
@@ -375,7 +375,7 @@ adj_to_ctl(struct adj *adj)
}
actl.holdtime = adj->holdtime;
actl.holdtime_remaining =
- thread_timer_remain_second(adj->inactivity_timer);
+ event_timer_remain_second(adj->inactivity_timer);
actl.trans_addr = adj->trans_addr;
actl.ds_tlv = adj->ds_tlv;