Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90602
b: refs/heads/master
c: 2fa7527
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Apr 10, 2008
1 parent 9d6ff23 commit 4a64378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1294fc4a4868d7e83ff749597fbf4e9d5f4d1aa0
refs/heads/master: 2fa7527ba1d38175d1e42f7cb72bae5de3d55cc7
4 changes: 3 additions & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,9 @@ int __init ip_rt_init(void)
devinet_init();
ip_fib_init();

setup_timer(&rt_secret_timer, rt_secret_rebuild, 0);
rt_secret_timer.function = rt_secret_rebuild;
rt_secret_timer.data = 0;
init_timer_deferrable(&rt_secret_timer);

/* All the timers, started at system startup tend
to synchronize. Perturb it a bit.
Expand Down

0 comments on commit 4a64378

Please sign in to comment.