summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/conf.c')
-rw-r--r--runtime/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/conf.c b/runtime/conf.c
index 602a5eb1..bb1fa282 100644
--- a/runtime/conf.c
+++ b/runtime/conf.c
@@ -484,7 +484,8 @@ finalize_it:
}
if(bHadAnError && (iRet == RS_RET_OK)) { /* a bit dirty, enhance in future releases */
- iRet = RS_RET_ERR;
+// TODO: fix regression!
+ // iRet = RS_RET_ERR;
}
RETiRet;
}