Don't hardcode those values there

This commit is contained in:
XANTRONIX Development 2020-06-28 23:27:54 -04:00 committed by XANTRONIX Industrial
parent a6666b4de4
commit eb261c9890

View file

@ -1081,8 +1081,8 @@ static int reply_to(patty_ax25_frame *frame,
if ((len = patty_ax25_frame_encode_reply_to(frame, if ((len = patty_ax25_frame_encode_reply_to(frame,
iface->tx_buf, iface->tx_buf,
PATTY_AX25_FRAME_NORMAL, PATTY_AX25_FRAME_NORMAL,
PATTY_AX25_FRAME_U_DISC, control,
PATTY_AX25_PROTO_NONE, proto,
NULL, NULL,
0, 0,
iface->tx_bufsz)) < 0) { iface->tx_bufsz)) < 0) {