That works better
This commit is contained in:
parent
af485f68c2
commit
893d76eef8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ int main(int argc, char **argv) {
|
|||
while ((len = patty_kiss_tnc_recv(tnc, &data, &port)) > 0) {
|
||||
patty_ax25_frame frame;
|
||||
|
||||
if (patty_ax25_frame_decode(&frame, data, len) < 0) {
|
||||
if (patty_ax25_frame_decode(&frame, data, len, PATTY_AX25_FRAME_NORMAL) < 0) {
|
||||
perror("Unable to decode frame");
|
||||
|
||||
exit(127);
|
||||
|
|
Loading…
Add table
Reference in a new issue