diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2017-03-03 23:41:28 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2017-03-03 23:41:28 +0000 |
commit | 1d59adfbf165119a67b61d16f23ed5c28dbb67b4 (patch) | |
tree | 20ad462204e310d8ab552d5b1653593c4ff102ba /usr.sbin/ldpd/ldpe.c | |
parent | 8953d78820bbfc32d60cf2bd8fdaf56c09a26169 (diff) |
Minor tweaks.
Diffstat (limited to 'usr.sbin/ldpd/ldpe.c')
-rw-r--r-- | usr.sbin/ldpd/ldpe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ldpd/ldpe.c b/usr.sbin/ldpd/ldpe.c index 3d273ab7dc2..5de42b5b8e1 100644 --- a/usr.sbin/ldpd/ldpe.c +++ b/usr.sbin/ldpd/ldpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpe.c,v 1.72 2017/03/03 23:30:57 renato Exp $ */ +/* $OpenBSD: ldpe.c,v 1.73 2017/03/03 23:41:27 renato Exp $ */ /* * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> @@ -730,8 +730,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)); } } |