Fix error when handling unexpected DM
This commit is contained in:
parent
20cacf4bed
commit
0cee9d1e17
1 changed files with 2 additions and 0 deletions
|
@ -1406,6 +1406,8 @@ static int handle_dm(patty_ax25_server *server,
|
|||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
error_client_by_sock:
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue