]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Static protocol doesn't need any shutdown function. Everything gets
authorMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 21:00:25 +0000 (21:00 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 21:00:25 +0000 (21:00 +0000)
disposed by the core: neighbors, rte's, etc's...

proto/static/static.c

index f34996bde49ce19b40681748dd8338b9c9f1ad3b..9216d82bcb8c380995c459447ebba64dedb92157 100644 (file)
@@ -156,5 +156,4 @@ struct protocol proto_static = {
   init:                static_init,
   dump:                static_dump,
   start:       static_start,
-  /* FIXME: We'll need a shutdown function here */
 };