]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "sql.accounting needs Acct-Status-Type"
authorAlan T. DeKok <aland@freeradius.org>
Fri, 10 Feb 2023 15:47:17 +0000 (10:47 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 10 Feb 2023 16:14:59 +0000 (11:14 -0500)
This reverts commit 85faf6285d11e2e1f8ad40f298694cd667040702.

raddb/policy.d/accounting

index 7c52637d11dd04f6b229fd26bcbc923436fd2f74..6199d3773d20f1e01a4e8a80cd75d3fc176be9e6 100644 (file)
@@ -123,12 +123,5 @@ acct_counters64.preacct {
 #
 sql_session_start.post-auth {
        acct_unique
-
-       #
-       #  The SQL accounting queries need an Acct-Status-Type attribute
-       #
-       update request {
-               Acct-Status-Type := Start
-       }
        sql.accounting
 }