fix for default config
authorAlan Buxey <alan.buxey@gmail.com>
Sun, 21 Apr 2013 18:53:40 +0000 (19:53 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Sun, 21 Apr 2013 18:53:40 +0000 (19:53 +0100)
small fixup to remove the following warnings:

WARNING: /etc/raddb/mods-enabled/cache_eap[10]: Please add '&' for
attribute reference 'reply: = &reply:'
WARNING: /etc/raddb/mods-enabled/cache_eap[11]: Please add '&' for
attribute reference 'control:State = &request:State'

raddb/mods-available/cache_eap

index f6aab9f..186fbb8 100644 (file)
@@ -7,7 +7,7 @@ cache cache_eap {
        ttl = 15
 
        update reply {
-               reply: += reply:
-               control:State := request:State
+               reply: += &reply:
+               control:State := &request:State
        }
 }