X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp_bt.c;h=b6649444eb52404374aec67367608b59261d2695;hb=62a7fe28933b6310b9a4e3a0fab99949587576ac;hp=e8cf0680d4d53802cd6cf91d913bfb6ee6dadfaf;hpb=6ce954f8e4446472689146024126ba42da182aa9;p=vpp.git diff --git a/src/vnet/tcp/tcp_bt.c b/src/vnet/tcp/tcp_bt.c index e8cf0680d4d..b6649444eb5 100644 --- a/src/vnet/tcp/tcp_bt.c +++ b/src/vnet/tcp/tcp_bt.c @@ -402,7 +402,7 @@ tcp_bt_track_rxt (tcp_connection_t * tc, u32 start, u32 end) bts_index = bt_sample_index (bt, bts); next = bt_next_sample (bt, bts); if (next) - next = bt_fix_overlapped (bt, next, end, is_end); + bt_fix_overlapped (bt, next, end, is_end); max_seq = bts->max_seq; ASSERT (seq_lt (start, max_seq));