diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-13 13:21:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-13 13:21:25 +0000 |
commit | f88b5541d789aa48324debff13977f938501c465 (patch) | |
tree | 2f66553ccc1b768fbf13700df5cf35d8b46fd807 /usr.sbin/ospfd/ospfe.c | |
parent | 8e3ee8c94364b7716eaa0761134212d4ce549218 (diff) |
Funny typo, it is fib not fip so adjust function name.
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index d462f888f13..af7a4067a75 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.59 2007/10/11 12:19:31 claudio Exp $ */ +/* $OpenBSD: ospfe.c,v 1.60 2007/10/13 13:21:24 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -1008,7 +1008,7 @@ ospfe_router_id(void) } void -ospfe_fip_update(int type) +ospfe_fib_update(int type) { int old = oe_nofib; |