Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 4, 2023
1 parent 3292649 commit 817aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RESTObjects/RESTAPI_ProvObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ namespace OpenWifi::ProvObjects {
std::vector<std::string> UsedBy;
std::vector<RADIUSEndPointRadiusType> RadiusServers;
std::vector<RADIUSEndPointRadsecType> RadsecServers;
std::string NasIdentifier{"{{$serialNumber}}"};
std::string NasIdentifier;
std::uint64_t AccountingInterval=600;

void to_json(Poco::JSON::Object &Obj) const;
Expand Down

0 comments on commit 817aeb4

Please sign in to comment.