mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)
Obtained from: KAME
This commit is contained in:
parent
66d5c640fa
commit
b2a1393ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ main(argc, argv)
|
|||
itimer.it_interval = interval;
|
||||
itimer.it_value = interval;
|
||||
(void)setitimer(ITIMER_REAL, &itimer, NULL);
|
||||
if (ntransmitted)
|
||||
if (ntransmitted == 0)
|
||||
retransmit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue