mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +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:
parent
3fb4ca2ce2
commit
f4a0a64e02
@ -156,5 +156,4 @@ struct protocol proto_static = {
|
|||||||
init: static_init,
|
init: static_init,
|
||||||
dump: static_dump,
|
dump: static_dump,
|
||||||
start: static_start,
|
start: static_start,
|
||||||
/* FIXME: We'll need a shutdown function here */
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user