From b510b70f041ca43f3259f793518b58686e440961 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 26 Apr 2022 08:40:58 +0100 Subject: [PATCH] Add WFVIEW response type back in --- udpserver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udpserver.cpp b/udpserver.cpp index fa6b85d..8c21178 100644 --- a/udpserver.cpp +++ b/udpserver.cpp @@ -1121,8 +1121,8 @@ void udpServer::sendLoginResponse(CLIENT* c, bool allowed) c->retransmitTimer->stop(); } else { - //strcpy(p.connection, "WFVIEW"); - strcpy(p.connection, "FTTH"); + strcpy(p.connection, "WFVIEW"); + //strcpy(p.connection, "FTTH"); } SEQBUFENTRY s;