summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2010-06-01 11:22:29 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2010-06-01 11:22:29 +0000
commitca6ac1018c8ae37217bcee6decb65c6819dc0b73 (patch)
treec82bed15959981516fb4e7efb3341ac8c83083f0 /usr.sbin/ospf6d
parente7577bed2850fc2d19584abf6ce5b45cfdb434fb (diff)
Fix error message.
ok claudio@ stsp@
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r--usr.sbin/ospf6d/rde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/rde.c b/usr.sbin/ospf6d/rde.c
index 9bfb1a62946..d9b4665f677 100644
--- a/usr.sbin/ospf6d/rde.c
+++ b/usr.sbin/ospf6d/rde.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.c,v 1.38 2010/04/16 11:36:10 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.39 2010/06/01 11:22:28 bluhm Exp $ */
/*
* Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org>
@@ -1416,7 +1416,7 @@ orig_intra_lsa_rtr(struct area *area, struct vertex *old)
len = sizeof(struct lsa_hdr) + sizeof(struct lsa_intra_prefix);
if ((lsa = calloc(1, len)) == NULL)
- fatal("orig_intra_lsa_net");
+ fatal("orig_intra_lsa_rtr");
lsa->data.pref_intra.ref_type = htons(LSA_TYPE_ROUTER);
lsa->data.pref_intra.ref_ls_id = 0;