Allow exec in recv/send coa sections
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Jul 2010 10:47:25 +0000 (12:47 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 1 Jul 2010 10:48:19 +0000 (12:48 +0200)
src/modules/rlm_exec/rlm_exec.c

index 135cadd..3852164 100644 (file)
@@ -432,5 +432,9 @@ module_t rlm_exec = {
                exec_dispatch,          /* pre-proxy */
                exec_dispatch,          /* post-proxy */
                exec_postauth           /* post-auth */
+#ifdef WITH_COA
+               , exec_dispatch,
+               exec_dispatch
+#endif
        },
 };