Skip to content

Commit 4008153

Browse files
committed
Silently ignore AGW protocol application login.
1 parent d6ae84d commit 4008153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/server.c

+5
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,11 @@ static THREAD_F cmd_listen_thread (void *arg)
18161816

18171817
break;
18181818

1819+
case 'P': /* Application Login */
1820+
1821+
// Silently ignore it.
1822+
break;
1823+
18191824
case 'X': /* Register CallSign */
18201825

18211826
{

0 commit comments

Comments
 (0)