diff options
author | remi <remi@cvs.openbsd.org> | 2019-04-23 06:18:03 +0000 |
---|---|---|
committer | remi <remi@cvs.openbsd.org> | 2019-04-23 06:18:03 +0000 |
commit | cb6476d0da864dac20b1ad5038c541761e737178 (patch) | |
tree | 28c369cb401e76aeadce904e40e987bf227d7181 /usr.sbin | |
parent | 0652f857a6cac245c1cf16f4c8c61648480f202d (diff) |
whitespace fix
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index d17c5ef09d5..9522e5f3b7c 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.105 2019/04/23 06:15:14 remi Exp $ */ +/* $OpenBSD: ospfe.c,v 1.106 2019/04/23 06:18:02 remi Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -900,7 +900,7 @@ orig_rtr_lsa(struct area *area) if (ibuf_add(buf, &rtr_link, sizeof(rtr_link))) fatalx("orig_rtr_lsa: ibuf_add failed"); } - if ((iface->flags & IFF_UP) && + if ((iface->flags & IFF_UP) && LINK_STATE_IS_UP(iface->linkstate)) { log_debug("orig_rtr_lsa: stub net, " "interface %s", iface->name); |