stephb9959
2023-01-10 21:45:46 -08:00
parent 1ac475d48f
commit 08b3d5e316
6 changed files with 31 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ namespace OpenWifi {
UI_WebSocketClientServer()->SetProcessor(nullptr);
}
void GwWebSocketClient::Processor(const Poco::JSON::Object::Ptr &O, std::string &Answer, bool &Done ) {
void GwWebSocketClient::Processor(const Poco::JSON::Object::Ptr &O, std::string &Answer, bool &Done, [[maybe_unused]] const SecurityObjects::UserInfo &UserInfo) {
try {
if (O->has("command")) {
auto Command = O->get("command").toString();