summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/omfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index 7585ea8c..4e80e2f6 100644
--- a/tools/omfile.c
+++ b/tools/omfile.c
@@ -238,6 +238,7 @@ rsRetVal setDynaFileCacheSize(void __attribute__((unused)) *pVal, int iNewVal)
rsRetVal goneAway(void __attribute__((unused)) *pVal, int iNewVal)
{
errmsg.LogError(0, RS_RET_ERR, "directive $omfileForceChown is no longer supported");
+ return RS_RET_ERR;
}