Slight order change

This commit is contained in:
XANTRONIX Development 2020-08-06 01:21:35 -04:00 committed by XANTRONIX Industrial
parent 512957dda1
commit b2182618ab

View file

@ -1891,8 +1891,8 @@ static int handle_sock(uint32_t key,
fd_clear(server, sock->fd);
patty_timer_start(&sock->timer_t1, sock->n_ack);
patty_timer_stop(&sock->timer_t3);
patty_timer_start(&sock->timer_t1, sock->n_ack);
return patty_ax25_sock_send_rr(sock, PATTY_AX25_FRAME_COMMAND, 1);
}