]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add cache to accounting and preacct
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Sep 2012 16:50:15 +0000 (18:50 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Sep 2012 16:50:15 +0000 (18:50 +0200)
src/modules/rlm_cache/rlm_cache.c

index 20f3bd96651c3c0e940a17c65b4c91c35b23d31a..ddde9b4f899d40f4a58e13af94e81033f8c64552 100644 (file)
@@ -608,8 +608,8 @@ module_t rlm_cache = {
        {
                NULL,                   /* authentication */
                cache_it,               /* authorization */
-               NULL,                   /* preaccounting */
-               NULL,                   /* accounting */
+               cache_it,               /* preaccounting */
+               cache_it,               /* accounting */
                NULL,                   /* checksimul */
                cache_it,               /* pre-proxy */
                cache_it,               /* post-proxy */