summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpe.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-03-03 21:50:22 +0100
committerRenato Westphal <renato@opensourcerouting.org>2017-03-03 21:50:22 +0100
commit05aac414e69068748a8e6d6f7e3b0bdb74677039 (patch)
tree74b0f20eccc12c1cda9a8650661a7c8753bfba12 /ldpd/ldpe.c
parentldpd: replace hand-rolled 'for' loop with specialized macro (diff)
downloadfrr-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.c3
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));
}
}