]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
The accounting module is called radius_acct not radius_coa
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 26 Sep 2017 11:05:44 +0000 (19:05 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 26 Sep 2017 11:05:44 +0000 (19:05 +0800)
src/modules/proto_radius/proto_radius_acct.c

index 77909658c156a0a801cb6009241d9e0fad8889f0..874c728905ee8dde17e699c383f893588538d84b 100644 (file)
@@ -209,7 +209,7 @@ static int mod_instantiate(UNUSED void *instance, CONF_SECTION *listen_cs)
 extern fr_app_process_t proto_radius_acct;
 fr_app_process_t proto_radius_acct = {
        .magic          = RLM_MODULE_INIT,
-       .name           = "radius_coa",
+       .name           = "radius_acct",
        .instantiate    = mod_instantiate,
        .process        = mod_process,
 };