Skip to content

Commit b4f8845

Browse files
committed
Update the multipath log refs
1 parent eff9891 commit b4f8845

File tree

4 files changed

+228
-247
lines changed

4 files changed

+228
-247
lines changed

picoquic/frames.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4761,13 +4761,13 @@ const uint8_t* picoquic_decode_path_response_frame(picoquic_cnx_t* cnx, const ui
47614761
picoquic_log_app_message(cnx, "Migration to server preferred address successful on path %" PRIu64, path_x->unique_path_id);
47624762
}
47634763
picoquic_reset_path_mtu(path_x);
4764-
if (cnx->are_path_callbacks_enabled &&
4765-
cnx->callback_fn(cnx, path_x->unique_path_id, NULL, 0, picoquic_callback_path_available,
4766-
cnx->callback_ctx, path_x->app_path_ctx) != 0) {
4767-
picoquic_connection_error_ex(cnx, PICOQUIC_TRANSPORT_INTERNAL_ERROR,
4768-
picoquic_frame_type_path_response, "path available callback");
4769-
bytes = NULL;
4770-
}
4764+
}
4765+
if (cnx->are_path_callbacks_enabled &&
4766+
cnx->callback_fn(cnx, path_x->unique_path_id, NULL, 0, picoquic_callback_path_available,
4767+
cnx->callback_ctx, path_x->app_path_ctx) != 0) {
4768+
picoquic_connection_error_ex(cnx, PICOQUIC_TRANSPORT_INTERNAL_ERROR,
4769+
picoquic_frame_type_path_response, "path available callback");
4770+
bytes = NULL;
47714771
}
47724772
}
47734773
}

0 commit comments

Comments
 (0)