From afcde86ca33054ecf87b0fd8e05d0dea470441a5 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 1 Sep 2008 12:42:24 -0400 Subject: [PATCH] Make ef_close() clear baseid, cids and fids --- src/lib/common/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/common/file.c b/src/lib/common/file.c index 02d6ca193..d5c0812f2 100644 --- a/src/lib/common/file.c +++ b/src/lib/common/file.c @@ -249,6 +249,7 @@ ef_close(int type) } ep->fd = -1; } + ep->baseid = ep->cids = ep->fids = 0; return retval; } -- 2.43.0