Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
smradius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smradius
smradius
Commits
abb700aa
Commit
abb700aa
authored
Feb 04, 2017
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo with usage logging
parent
b01c9233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mod_feature_capping.pm
lib/smradius/modules/features/mod_feature_capping.pm
+2
-2
No files found.
lib/smradius/modules/features/mod_feature_capping.pm
View file @
abb700aa
...
...
@@ -206,7 +206,7 @@ sub post_auth_hook
# Display our usages
#
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalDataUsage'
},
$
uptimeLimit
,
$uptime
TopupAmount
,
'traffic'
);
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalDataUsage'
},
$
trafficLimit
,
$traffic
TopupAmount
,
'traffic'
);
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalSessionTime'
},
$uptimeLimit
,
$uptimeTopupAmount
,
'uptime'
);
...
...
@@ -426,7 +426,7 @@ sub post_acct_hook
# Display our usages
#
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalDataUsage'
},
$
uptimeLimit
,
$uptime
TopupAmount
,
'traffic'
);
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalDataUsage'
},
$
trafficLimit
,
$traffic
TopupAmount
,
'traffic'
);
_logUsage
(
$server
,
$accountingUsage
->
{
'TotalSessionTime'
},
$uptimeLimit
,
$uptimeTopupAmount
,
'uptime'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment