Commit 21e9cc0e authored by David S. Miller's avatar David S. Miller

[IPV4]: Add missing init_timer for rt_secret_timer.

parent 154ced6f
......@@ -2706,6 +2706,7 @@ int __init ip_rt_init(void)
rt_flush_timer.function = rt_run_flush;
init_timer(&rt_periodic_timer);
rt_periodic_timer.function = rt_check_expire;
init_timer(&rt_secret_timer);
rt_secret_timer.function = rt_secret_rebuild;
/* All the timers, started at system startup tend
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment