mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
[FSD] Ignore client query type 'NEWATIS' from private FSD servers
This commit is contained in:
committed by
Mat Sutcliffe
parent
0482b9883d
commit
15ced5a77f
@@ -273,6 +273,9 @@ namespace BlackCore
|
||||
if (str == "HLP") return ClientQueryType::Unknown; // CCP_HelpOn
|
||||
if (str == "NOHLP") return ClientQueryType::Unknown; // CCP_HelpOff
|
||||
|
||||
// Query types from customized FSD servers
|
||||
if (str == "NEWATIS") return ClientQueryType::Unknown;
|
||||
|
||||
// we should NOT get here
|
||||
const QByteArray msg = QStringLiteral("Unknown ClientQueryType '%1'").arg(str).toLatin1();
|
||||
BLACK_AUDIT_X(false, Q_FUNC_INFO, msg.constData());
|
||||
|
||||
Reference in New Issue
Block a user