summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index f369dadf..aa7a3e3b 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -356,6 +356,11 @@ void cnfDoObj(struct cnfobj *o)
{
dbgprintf("cnf:global:obj: ");
cnfobjPrint(o);
+ switch(o->objType) {
+ case CNFOBJ_GLOBAL:
+ glblProcessCnf(o);
+ break;
+ }
cnfobjDestruct(o);
}