summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2007-03-30 14:12:55 +0000
committerclaudio <claudio@openbsd.org>2007-03-30 14:12:55 +0000
commit115b8f366ea8f87a4a0754e9e3f15496f1dbdf82 (patch)
tree0a4495f76ae49ca1ad7cbc2b56063f13ed3a8223 /usr.sbin/ospfd/rde.c
parentsync supported machines lists with records found in dmesglog. (diff)
downloadwireguard-openbsd-115b8f366ea8f87a4a0754e9e3f15496f1dbdf82.tar.xz
wireguard-openbsd-115b8f366ea8f87a4a0754e9e3f15496f1dbdf82.zip
Use correct function name in fatalx() message.
Diffstat (limited to 'usr.sbin/ospfd/rde.c')
-rw-r--r--usr.sbin/ospfd/rde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c
index a59a3329b24..15c68217057 100644
--- a/usr.sbin/ospfd/rde.c
+++ b/usr.sbin/ospfd/rde.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.c,v 1.60 2007/02/12 13:23:13 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.61 2007/03/30 14:12:55 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org>
@@ -1066,7 +1066,7 @@ rde_summary_update(struct rt_node *rte, struct area *area)
type = LSA_TYPE_SUM_ROUTER;
v = lsa_find(area, type, rte->adv_rtr.s_addr, rde_router_id());
} else
- fatalx("orig_sum_lsa: unknown route type");
+ fatalx("rde_summary_update: unknown route type");
lsa = orig_sum_lsa(rte, type);
lsa_merge(rde_nbr_self(area), lsa, v);