From 74135da95971c8d03e4e45f7d3f703e1d40f76f4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jun 2010 12:24:22 +0200 Subject: some cleanup as well as some work in preparation of storing doAction params inside the batch --- tools/omfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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 -- cgit