Skip to content

Commit

Permalink
Fix policy name
Browse files Browse the repository at this point in the history
There is no preacct section or method any more
  • Loading branch information
ndptech committed Jun 14, 2024
1 parent 326e918 commit a28b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/policy.d/accounting
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ insert_acct_class {
#
# If the &Attr-Foo doesn't exist, it's value is taken as zero.
#
acct_counters64.preacct {
acct_counters64 {
if (!&Acct-Input-Gigawords) {
&request.Acct-Input-Octets64 := %{&Acct-Input-Octets || 0}
}
Expand Down

0 comments on commit a28b245

Please sign in to comment.