mirror of https://github.com/wb2osz/direwolf.git
Silently ignore AGW protocol application login.
This commit is contained in:
parent
d6ae84daad
commit
4008153334
|
@ -1816,6 +1816,11 @@ static THREAD_F cmd_listen_thread (void *arg)
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'P': /* Application Login */
|
||||||
|
|
||||||
|
// Silently ignore it.
|
||||||
|
break;
|
||||||
|
|
||||||
case 'X': /* Register CallSign */
|
case 'X': /* Register CallSign */
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue