Merge pull request #646 from wmbr/patch-1

Delete outdated comment
This commit is contained in:
Bruce A. Mah 2017-10-04 09:46:30 -07:00 committed by GitHub
commit 2bc3d2ee5d

View File

@ -1326,7 +1326,6 @@ iperf_create_send_timers(struct iperf_test * test)
sp->green_light = 1;
if (test->settings->rate != 0) {
cd.p = sp;
/* (Repeat every millisecond - arbitrary value to provide smooth pacing.) */
sp->send_timer = tmr_create((struct timeval*) 0, send_timer_proc, cd, test->settings->pacing_timer, 1);
if (sp->send_timer == NULL) {
i_errno = IEINITTEST;