From e1f7577b4881d9c72985be4001adfd2e58894abf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 10 Jun 2011 01:14:15 +0200 Subject: bugfix: error state not correctly set for gone-away config directive --- tools/omfile.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3