We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d807b7c commit da87ef9Copy full SHA for da87ef9
src/iperf_api.c
@@ -3736,7 +3736,7 @@ iperf_print_intermediate(struct iperf_test *test)
3736
*
3737
* The user can still opt in for all measurement data via the --json-stream-full-output option.
3738
*/
3739
- discard_json = test->json_stream == 1 && !test->json_stream_full_output && !(test->role == 's' && test->get_server_output);
+ discard_json = test->json_stream == 1 && !test->json_stream_full_output && !(test->role == 's' && test->get_server_output);
3740
3741
if (test->json_output) {
3742
json_interval = cJSON_CreateObject();
0 commit comments