summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/lsreq.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-02-02 19:15:08 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-02-02 19:15:08 +0000
commit5164f22045ff4ead85971dcc53593d956a984609 (patch)
treea08bcabbc07cebf8040ed1c70421ce3e4d6a3bb3 /usr.sbin/ospfd/lsreq.c
parentedb3ea6975f6433dca5a6198ed41066adbc60b5f (diff)
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;