summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-10-12 10:16:01 +0000
committerclaudio <claudio@openbsd.org>2005-10-12 10:16:01 +0000
commitaf5006c7570bd2974355f2261f8bb6025f87a61d (patch)
tree2f5ffb4f10bce353395eb8c752a692f11bb31023
parentRevert last commit. That file was not intended to be commited. (diff)
downloadwireguard-openbsd-af5006c7570bd2974355f2261f8bb6025f87a61d.tar.xz
wireguard-openbsd-af5006c7570bd2974355f2261f8bb6025f87a61d.zip
Correct function name in warning.
-rw-r--r--usr.sbin/ospfd/lsupdate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c
index d244bf91a09..3b25614b13a 100644
--- a/usr.sbin/ospfd/lsupdate.c
+++ b/usr.sbin/ospfd/lsupdate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lsupdate.c,v 1.12 2005/10/03 15:05:49 msf Exp $ */
+/* $OpenBSD: lsupdate.c,v 1.13 2005/10/12 10:16:01 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -373,7 +373,7 @@ ls_retrans_timer(int fd, short event, void *bula)
tv.tv_sec = nbr->iface->rxmt_interval;
if (evtimer_add(&nbr->ls_retrans_timer, &tv) == -1)
- log_warn("ls_retrans_list_add: evtimer_add failed");
+ log_warn("ls_retrans_timer: evtimer_add failed");
}
}