diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-13 21:00:25 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-13 21:00:25 +0000 |
commit | f4a0a64e02c13b2b467f9c1a29222f817b54ce2d (patch) | |
tree | 21dc24ba4de4551eb8ed161314a8453d47b78d69 /proto/static/static.c | |
parent | 3fb4ca2ce2b5750d38a5e31023d2873c9942cc78 (diff) |
Static protocol doesn't need any shutdown function. Everything gets
disposed by the core: neighbors, rte's, etc's...
Diffstat (limited to 'proto/static/static.c')
-rw-r--r-- | proto/static/static.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c index f34996bd..9216d82b 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 */ }; |