]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missing quotes
authorTim van Dijen <tvdijen@gmail.com>
Tue, 28 May 2024 14:51:31 +0000 (16:51 +0200)
committerAlan DeKok <aland@freeradius.org>
Tue, 28 May 2024 20:49:41 +0000 (16:49 -0400)
raddb/mods-config/sql/main/mysql/queries.conf

index 962956a84ae076fc5bbcf7578474c962fcacc66e..e12dbf9537253a569c4831d775172e91f36c0398 100644 (file)
@@ -49,7 +49,7 @@ sql_user_name = "%{User-Name}"
 # distrust the provided Event-Timestamp.
 #event_timestamp_epoch = "%l"
 
-event_timestamp_epoch = %{((integer) &Event-Timestamp) || %l}
+event_timestamp_epoch = "%{((integer) &Event-Timestamp) || %l}"
 
 # event_timestamp is the SQL snippet for converting an epoch timestamp
 # to an SQL date.