1
1
Reset authentication token between tests.  Fixes #650.
Этот коммит содержится в:
ralcini 2017-10-11 23:03:57 +02:00 коммит произвёл Bruce A. Mah
родитель b5640ac6c2
Коммит 1460aa3433

Просмотреть файл

@ -2305,6 +2305,7 @@ iperf_reset_test(struct iperf_test *test)
test->settings->burst = 0;
test->settings->mss = 0;
test->settings->tos = 0;
test->settings->authtoken = NULL;
memset(test->cookie, 0, COOKIE_SIZE);
test->multisend = 10; /* arbitrary */
test->udp_counters_64bit = 0;