Commit f4a0a64e authored by Martin Mares's avatar Martin Mares
Browse files

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

disposed by the core: neighbors, rte's, etc's...
parent 3fb4ca2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */
};