diff options
Diffstat (limited to 'src/TcpTasks')
| -rw-r--r-- | src/TcpTasks/ListenClientHandler/listenclienthandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TcpTasks/ListenClientHandler/listenclienthandler.h b/src/TcpTasks/ListenClientHandler/listenclienthandler.h index f7c300b..3c857fa 100644 --- a/src/TcpTasks/ListenClientHandler/listenclienthandler.h +++ b/src/TcpTasks/ListenClientHandler/listenclienthandler.h @@ -9,6 +9,7 @@ #include "Database/Common/commonactions.h" #include "Protocols/GameSpy0/gamespy0.h" +#include "protocols/enctype2.h" #include "Protocols/GameSpy0/securevalidate.h" class ListenClientHandler : public QObject @@ -26,6 +27,7 @@ private: QTimer _timeOut; QString _rxBuffer = ""; bool _hasValidated = false; + bool _requestEnctype2 = false; QString _clientLabel; QString _secure; |
