summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index 45822f19..11eea2b7 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -394,6 +394,7 @@ activate(rsconf_t *cnf)
CHKiRet(dropPrivileges(cnf));
+ CHKiRet(activateActions());
CHKiRet(activateMainQueue());
/* finally let the inputs run... */
runInputModules();