summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd
diff options
context:
space:
mode:
authorMichele Marchetto <michele@cvs.openbsd.org>2006-12-24 15:56:29 +0000
committerMichele Marchetto <michele@cvs.openbsd.org>2006-12-24 15:56:29 +0000
commit4302831f1c98cc02fd11f906bfdb08d8f333c460 (patch)
tree7229f2b1227c16a1979575b3670d1ee5fb1f4882 /usr.sbin/ripd
parentc03e17264e596b958ec923672012ad0e8d00a8a0 (diff)
typo
Diffstat (limited to 'usr.sbin/ripd')
-rw-r--r--usr.sbin/ripd/neighbor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/neighbor.c b/usr.sbin/ripd/neighbor.c
index f583243c12f..5a6a074245c 100644
--- a/usr.sbin/ripd/neighbor.c
+++ b/usr.sbin/ripd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.4 2006/11/10 10:28:18 michele Exp $ */
+/* $OpenBSD: neighbor.c,v 1.5 2006/12/24 15:56:28 michele Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -307,7 +307,7 @@ nbr_set_timer(struct nbr *nbr)
tv.tv_sec = NBR_TIMEOUT;
if (evtimer_add(&nbr->timeout_timer, &tv) == -1)
- fatal("nbr_ret_timer");
+ fatal("nbr_set_timer");
}
void