From: Jorge Pereira Date: Fri, 13 Nov 2015 16:44:50 +0000 (-0200) Subject: Fix warnings with $raddb/mods-available/cache X-Git-Tag: release_3_0_11~152^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1707c85c63b848a317e4fa106ce45e99b456612;p=thirdparty%2Ffreeradius-server.git Fix warnings with $raddb/mods-available/cache --- diff --git a/raddb/mods-available/cache b/raddb/mods-available/cache index 624bc093293..fe9ddd8fe9e 100644 --- a/raddb/mods-available/cache +++ b/raddb/mods-available/cache @@ -98,12 +98,12 @@ cache { # : # Cache all instances of Reply-Message in the reply list - reply:Reply-Message += &reply:Reply-Message + &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" - reply:Class := "%{randstr:ssssssssssssssssssssssssssssssss}" + &reply:Class := "%{randstr:ssssssssssssssssssssssssssssssss}" } # This module supports a number of runtime configuration parameters