summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-06-10 12:24:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-06-10 12:24:22 +0200
commit74135da95971c8d03e4e45f7d3f703e1d40f76f4 (patch)
tree604dc7b4aaf7af91040ea96cc63399cd5b2269df /tools
parent13b5c6b145cfb2c9f4d5f9291115bf0fe7a7156c (diff)
downloadrsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.tar.gz
rsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.tar.xz
rsyslog-74135da95971c8d03e4e45f7d3f703e1d40f76f4.zip
some cleanup
as well as some work in preparation of storing doAction params inside the batch
Diffstat (limited to 'tools')
-rw-r--r--tools/omfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/omfile.c b/tools/omfile.c
index 188b651b..57089cfd 100644
--- a/tools/omfile.c
+++ b/tools/omfile.c
@@ -555,7 +555,6 @@ prepareDynFile(instanceData *pData, uchar *newFileName, unsigned iMsgOpts)
iFirstFree = pData->iCurrCacheSize++;
}
-// RG: this is the begin of a potential problem area
/* Note that the following code sequence does not work with the cache entry itself,
* but rather with pData->pStrm, the (sole) stream pointer in the non-dynafile case.
* The cache array is only updated after the open was successful. -- rgerhards, 2010-03-21