Don't hardcode those values there
This commit is contained in:
parent
a6666b4de4
commit
eb261c9890
1 changed files with 2 additions and 2 deletions
|
@ -1081,8 +1081,8 @@ static int reply_to(patty_ax25_frame *frame,
|
|||
if ((len = patty_ax25_frame_encode_reply_to(frame,
|
||||
iface->tx_buf,
|
||||
PATTY_AX25_FRAME_NORMAL,
|
||||
PATTY_AX25_FRAME_U_DISC,
|
||||
PATTY_AX25_PROTO_NONE,
|
||||
control,
|
||||
proto,
|
||||
NULL,
|
||||
0,
|
||||
iface->tx_bufsz)) < 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue