commit | 2680aa2b2b8e87a8af50906dec8ee5a942f8266e | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Nov 25 20:54:46 2004 +0000 |
committer | hasso <hasso> | Thu Nov 25 20:54:46 2004 +0000 |
tree | a8a9acd321152ea80587da2cfa79bfcdd64207b3 | |
parent | c065230a4c617a1cdf8813dd25384bcc9591f61a [diff] [blame] |
Merge svn revisions 1208, 1222 and 1228 from Zebra cvs.
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index 48f79af..4d3287d 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c
@@ -97,6 +97,9 @@ else handler = vector_slot (ospf6_lsa_handler_vector, index); + if (handler == NULL) + handler = &unknown_handler; + return handler; }