mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-06 01:40:42 +01: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,
|
||||
dump: static_dump,
|
||||
start: static_start,
|
||||
/* FIXME: We'll need a shutdown function here */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user