Skip to content

Commit 091986a

Browse files
committed
add server flag to case
1 parent 6eeb5e7 commit 091986a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iperf_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,7 @@ iperf_parse_arguments(struct iperf_test *test, int argc, char **argv)
15401540
i_errno = IEDURATION;
15411541
return -1;
15421542
}
1543+
server_flag = 1;
15431544
break;
15441545
case OPT_RCV_TIMEOUT:
15451546
rcv_timeout_in = atoi(optarg);

0 commit comments

Comments
 (0)