Skip to content

Commit

Permalink
Remove init line per reviewer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidBar-On committed Nov 22, 2024
1 parent 53d645d commit fa183fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/iperf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,6 @@ iperf_new_stream(struct iperf_test *test, int s, int sender)

memset(sp, 0, sizeof(struct iperf_stream));

sp->thread_created = 0;
sp->sender = sender;
sp->test = test;
sp->settings = test->settings;
Expand Down

0 comments on commit fa183fd

Please sign in to comment.