]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
minor fixes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 May 2023 12:11:06 +0000 (08:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 May 2023 12:13:18 +0000 (08:13 -0400)
raddb/mods-available/cache

index 12b28553ff3ba4d0b9fcc2c57ad454ea0d60c727..6497c6329f8c66178c3f269e689b3038573593c7 100644 (file)
@@ -241,11 +241,11 @@ cache {
                #  <list>.<attribute> <op> <value>::
                #
 
-               #  Cache all instances of `Reply-Message in the reply list.
+               #  Cache all instances of `Reply-Message` in the reply list.
                &reply.Reply-Message := &reply.Reply-Message
 
                #  Add our own to show when the cache was last updated.
-               &reply.Reply-Message := "Cache last updated at %t"
+               &reply.Reply-Message += "Cache last updated at %t"
 
                #  Add your own value for `Class`.
                &reply.Class := "%{randstr:ssssssssssssssssssssssssssssssss}"