Skip to content

Commit

Permalink
Merge pull request #357 from Telecominfraproject/OLS-84
Browse files Browse the repository at this point in the history
  • Loading branch information
stephb9959 authored Jun 4, 2024
2 parents 9a834c2 + cca3619 commit ed4670d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(owgw VERSION 3.0.2)
project(owgw VERSION 3.1.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97
1
2 changes: 1 addition & 1 deletion src/AP_WS_Process_connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace OpenWifi {
State_.Address = Utils::FormatIPv6(WS_->peerAddress().toString());
CId_ = SerialNumber_ + "@" + CId_;

auto &Platform = Caps.Platform();
auto Platform = Poco::toLower(Caps.Platform());

if(ParamsObj->has("reason")) {
State_.connectReason = ParamsObj->get("reason").toString();
Expand Down

0 comments on commit ed4670d

Please sign in to comment.