Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 6, 2023
1 parent d1dc4d5 commit d8440a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raddb/mods-config/sql/main/mssql/queries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ accounting {
AcctStopTime=${....event_timestamp}, \
AcctSessionTime=${....event_timestamp_epoch} - \
DATEDIFF(SS, '1970-01-01', AcctStartTime), \
AcctTerminateCause='%{&Acct-Terminate-Cause || &NAS-Reboot}', \
AcctTerminateCause='%{&Acct-Terminate-Cause || NAS-Reboot}', \
AcctStopDelay = %{&Acct-Delay-Time || 0} \
WHERE AcctStopTime = 0 \
AND NASIPAddress = '%{NAS-IP-Address}' \
Expand Down
2 changes: 1 addition & 1 deletion raddb/mods-config/sql/main/mysql/queries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ accounting {
acctstoptime = ${....event_timestamp}, \
acctsessiontime = '${....event_timestamp_epoch}' \
- UNIX_TIMESTAMP(acctstarttime), \
acctterminatecause = '%{&Acct-Terminate-Cause || &NAS-Reboot}' \
acctterminatecause = '%{&Acct-Terminate-Cause || NAS-Reboot}' \
WHERE acctstoptime IS NULL \
AND nasipaddress = '%{NAS-IP-Address}' \
AND acctstarttime <= ${....event_timestamp}"
Expand Down

0 comments on commit d8440a7

Please sign in to comment.