summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-02-19 14:32:35 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-02-19 14:32:35 +0000
commit0a051040c9d5773e7de8626a18954e2be5815185 (patch)
treebb40fe7691196f105bedfec492c1e943eabb7cdc
parent386825d4a52c8e8ac1e45cdae1868c5bcedf6031 (diff)
Oups, unbreak build.
-rw-r--r--usr.sbin/ldpd/neighbor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/neighbor.c b/usr.sbin/ldpd/neighbor.c
index 8dcf33f4298..258ebb54609 100644
--- a/usr.sbin/ldpd/neighbor.c
+++ b/usr.sbin/ldpd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.7 2010/02/19 13:37:09 claudio Exp $ */
+/* $OpenBSD: neighbor.c,v 1.8 2010/02/19 14:32:34 claudio Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -210,7 +210,6 @@ nbr_fsm(struct nbr *nbr, enum nbr_event event)
void
nbr_init(u_int32_t hashsize)
{
- struct nbr_head *head;
u_int32_t hs, i;
for (hs = 1; hs < hashsize; hs <<= 1)