summaryrefslogtreecommitdiffstats
path: root/proto/static
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-13 22:00:25 +0100
committerMartin Mares <mj@ucw.cz>1999-02-13 22:00:25 +0100
commitf4a0a64e02c13b2b467f9c1a29222f817b54ce2d (patch)
tree21dc24ba4de4551eb8ed161314a8453d47b78d69 /proto/static
parent3fb4ca2ce2b5750d38a5e31023d2873c9942cc78 (diff)
downloadbird-f4a0a64e02c13b2b467f9c1a29222f817b54ce2d.tar
bird-f4a0a64e02c13b2b467f9c1a29222f817b54ce2d.zip
Static protocol doesn't need any shutdown function. Everything gets
disposed by the core: neighbors, rte's, etc's...
Diffstat (limited to 'proto/static')
-rw-r--r--proto/static/static.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c
index f34996b..9216d82 100644
--- a/proto/static/static.c
+++ b/proto/static/static.c
@@ -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 */
};