* isis_dr.c: Fix copy&paste error in isis_dr_resign().

[backport candidate]
This commit is contained in:
hasso 2005-05-26 11:30:38 +00:00
parent b6b7cff22d
commit e7fe02fd71
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-26 Yossi Boaron <Yossi.Boaron@veraznetworks.com>
* isis_dr.c: Fix copy&paste error in isis_dr_resign().
2005-05-25 Paul Jakma <paul@dishone.st>
* isisd.c: (show_isis_generated_topology) change to _RO version

View File

@ -277,7 +277,7 @@ isis_dr_resign (struct isis_circuit *circuit, int level)
THREAD_TIMER_OFF (circuit->t_send_csnp[0]);
THREAD_TIMER_ON (master, circuit->u.bc.t_run_dr[0], isis_run_dr_l1,
circuit, 2 * circuit->hello_interval[1]);
circuit, 2 * circuit->hello_interval[0]);
THREAD_TIMER_ON (master, circuit->t_send_psnp[0], send_l1_psnp, circuit,
isis_jitter (circuit->psnp_interval[level - 1],