Don't need to do that

This commit is contained in:
XANTRONIX Development 2020-06-28 22:55:31 -04:00 committed by XANTRONIX Industrial
parent 255e15fb7b
commit d98249ef77

View file

@ -1058,7 +1058,6 @@ static void save_reply_addr(patty_ax25_sock *sock,
hops = frame->hops > PATTY_AX25_MAX_HOPS?
PATTY_AX25_MAX_HOPS: sock->hops;
memcpy(&sock->local, &frame->dest, sizeof(patty_ax25_addr));
memcpy(&sock->remote, &frame->src, sizeof(patty_ax25_addr));
for (i=0; i<hops; i++) {