diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2008-02-11 13:48:40 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2008-02-11 13:48:40 +0000 |
commit | 92701fa831559fcfac82dabd60fa4a47183593df (patch) | |
tree | bea7d05126e50196b09a58ca29a9e2b656c71ccf /usr.sbin/ospf6d/rde_lsdb.c | |
parent | 96ab3bcb1b7dd892b4f373bef0b2aae0300d1572 (diff) |
Correct the output of several error and debug messages.
Diffstat (limited to 'usr.sbin/ospf6d/rde_lsdb.c')
-rw-r--r-- | usr.sbin/ospf6d/rde_lsdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/rde_lsdb.c b/usr.sbin/ospf6d/rde_lsdb.c index a16682a08d4..6c4114f3854 100644 --- a/usr.sbin/ospf6d/rde_lsdb.c +++ b/usr.sbin/ospf6d/rde_lsdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_lsdb.c,v 1.9 2007/12/13 08:54:05 claudio Exp $ */ +/* $OpenBSD: rde_lsdb.c,v 1.10 2008/02/11 13:48:39 norby Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -682,7 +682,7 @@ lsa_timeout(int fd, short event, void *bula) tv.tv_sec = MAX_AGE - ntohs(v->lsa->hdr.age); if (evtimer_add(&v->ev, &tv) != 0) - fatal("lsa_add"); + fatal("lsa_timeout"); } return; } |