Skip to content

Commit

Permalink
ax25: Don't stop t2 when sending a REJ
Browse files Browse the repository at this point in the history
We still need it running to time things out.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jan 30, 2024
1 parent 521bb68 commit 4683252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gensio_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,6 @@ ax25_chan_handle_data(struct ax25_chan *chan, uint8_t ns, uint8_t pf,
} else {
chan->in_rej = true;
ax25_chan_send_rsp(chan, X25_REJ, pf);
ax25_chan_stop_t2(chan);
chan->ack_pending = 0;
}
}
Expand Down

0 comments on commit 4683252

Please sign in to comment.