diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
commit | 05aac414e69068748a8e6d6f7e3b0bdb74677039 (patch) | |
tree | 74b0f20eccc12c1cda9a8650661a7c8753bfba12 /ldpd/ldpe.c | |
parent | ldpd: replace hand-rolled 'for' loop with specialized macro (diff) | |
download | frr-05aac414e69068748a8e6d6f7e3b0bdb74677039.tar.xz frr-05aac414e69068748a8e6d6f7e3b0bdb74677039.zip |
ldpd: minor tweaks
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | ldpd/ldpe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldpd/ldpe.c b/ldpd/ldpe.c index 7dcc8fbe1..bea26a661 100644 --- a/ldpd/ldpe.c +++ b/ldpd/ldpe.c @@ -791,8 +791,7 @@ ldpe_iface_af_ctl(struct ctl_conn *c, int af, unsigned int idx) continue; ictl = if_to_ctl(ia); - imsg_compose_event(&c->iev, - IMSG_CTL_SHOW_INTERFACE, + imsg_compose_event(&c->iev, IMSG_CTL_SHOW_INTERFACE, 0, 0, -1, ictl, sizeof(struct ctl_iface)); } } |