summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r--proto/ospf/iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c
index 62beb3b..ff29a1f 100644
--- a/proto/ospf/iface.c
+++ b/proto/ospf/iface.c
@@ -184,7 +184,7 @@ ospf_int_sm(struct ospf_iface *ifa, int event)
schedule_rt_lsa(ifa->oa);
break;
default:
- die("%s: ISM - Unknown event?",p->name);
+ bug("%s: ISM - Unknown event?",p->name);
break;
}