Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
abb700aa
Commit
abb700aa
authored
Feb 04, 2017
by
Nigel Kukard
Browse files
Fixed typo with usage logging
parent
b01c9233
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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