summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/lsreq.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-02-02 19:15:07 +0000
committerhenning <henning@openbsd.org>2005-02-02 19:15:07 +0000
commite27ef3265e09f4a260f27ca7574cfad92027ae86 (patch)
tree33ea69d6ca02458061300fbcccf0a051b922b4a5 /usr.sbin/ospfd/lsreq.c
parentKNF (diff)
downloadwireguard-openbsd-e27ef3265e09f4a260f27ca7574cfad92027ae86.tar.xz
wireguard-openbsd-e27ef3265e09f4a260f27ca7574cfad92027ae86.zip
KNF
Diffstat (limited to 'usr.sbin/ospfd/lsreq.c')
-rw-r--r--usr.sbin/ospfd/lsreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsreq.c b/usr.sbin/ospfd/lsreq.c
index 34b08f1a7e8..fc3e5113673 100644
--- a/usr.sbin/ospfd/lsreq.c
+++ b/usr.sbin/ospfd/lsreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lsreq.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
+/* $OpenBSD: lsreq.c,v 1.3 2005/02/02 19:15:07 henning Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -211,7 +211,7 @@ ls_req_tx_timer(int fd, short event, void *arg)
case NBR_STA_SNAP:
case NBR_STA_XSTRT:
case NBR_STA_XCHNG:
- return;
+ return;
case NBR_STA_LOAD:
send_ls_req(nbr);
break;