0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Static protocol doesn't need any shutdown function. Everything gets

disposed by the core: neighbors, rte's, etc's...
This commit is contained in:
Martin Mares 1999-02-13 21:00:25 +00:00
parent 3fb4ca2ce2
commit f4a0a64e02

View 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 */
};