commit | e26bbebaddd76e2002df675d76531c5ce851a4b0 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun May 25 21:39:29 2003 +0000 |
committer | hasso <hasso> | Sun May 25 21:39:29 2003 +0000 |
tree | 8f7a94dce532e299e4ec018e57975996f6943892 | |
parent | 595db7f16506d2c82a3478e9f8dab00c8733d386 [diff] [blame] |
ospf6d part of 6Wind patch.
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index a8a058f..f9cc329 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c
@@ -286,6 +286,9 @@ void ospf6_delete (struct ospf6 *ospf6) { + if (!ospf6) + return; + ospf6_route_remove_all (ospf6->route_table); ospf6_free (ospf6); }