summaryrefslogtreecommitdiff
path: root/ldpd/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/hello.c')
-rw-r--r--ldpd/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/hello.c b/ldpd/hello.c
index ac24704bca..caf63c13d7 100644
--- a/ldpd/hello.c
+++ b/ldpd/hello.c
@@ -378,6 +378,7 @@ recv_hello(struct in_addr lsr_id, struct ldp_msg *msg, int af,
adj->nbr = nbr;
RB_INSERT(nbr_adj_head, &nbr->adj_tree, adj);
}
+ ldp_sync_fsm_adj_event(adj, LDP_SYNC_EVT_ADJ_NEW);
}
adj->ds_tlv = ds_tlv;