From 1b0bb1e8168d5b9e8ca5f535a29726e636bbf584 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 13 Feb 2008 11:54:36 +0000 Subject: some cleanup --- plugins/imfile/imfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c index f9c7d0ed..ce7134d2 100644 --- a/plugins/imfile/imfile.c +++ b/plugins/imfile/imfile.c @@ -148,10 +148,10 @@ openFile(fileInfo_t *pThis) CHKiRet(strmSeekCurrOffs(pThis->pStrm)); - /* OK, we could successfully read the file, so we now can request that it be - * deleted when we are done with the persisted information. + /* OK, we could successfully read the file, so we now can request that it be deleted. + * If we need it again, it will be written on the next shutdown. */ - // TODO: do we need this functionality? psSF->bNeedDelSF = 1; + psSF->bDeleteOnClose = 1; finalize_it: if(psSF != NULL) -- cgit