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:
SUZUKI Shinsuke 2004-07-26 08:18:37 +00:00
parent 66d5c640fa
commit b2a1393ee2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132656

View File

@ -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();
}