Skip to content

Commit eff9891

Browse files
committed
Fix probe API test
1 parent 9a4f6f0 commit eff9891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoquictest/tls_api_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6331,7 +6331,7 @@ int probe_api_test()
63316331
*/
63326332
nb_trials = 0;
63336333

6334-
for (int i = 1; ret == 0 && test_ctx->cnx_client->nb_paths < PICOQUIC_NB_PATH_TARGET; i++) {
6334+
for (int i = 1; ret == 0 && test_ctx->cnx_client->nb_paths < PICOQUIC_NB_PATH_TARGET && i < PICOQUIC_NB_PATH_TARGET; i++) {
63356335
for (int j = 0; ret == 0 && j < 2; j++) {
63366336
int ret_probe;
63376337
if (j == 0) {

0 commit comments

Comments
 (0)