Make ef_close() clear baseid, cids and fids

This commit is contained in:
Markus Armbruster 2008-09-01 12:42:24 -04:00
parent 62076fbed7
commit afcde86ca3

View file

@ -249,6 +249,7 @@ ef_close(int type)
} }
ep->fd = -1; ep->fd = -1;
} }
ep->baseid = ep->cids = ep->fids = 0;
return retval; return retval;
} }