clean-felater-when-rechaining-20071129

LICENSE IPL10
FIXES 74708

in order that this not be continually rechained, clear this here; we
are handling it now.
This commit is contained in:
Jeffrey Altman 2007-11-29 18:40:12 +00:00 committed by Derrick Brashear
parent 262d1d1c70
commit 7515efb9c3

View File

@ -1330,6 +1330,7 @@ BreakLaterCallBacks(void)
fe->volid));
fid.Volume = fe->volid;
*feip = fe->fnext;
fe->status &= ~FE_LATER;
/* Works since volid is deeper than the largest pointer */
tmpfe = (struct object *)fe;
tmpfe->next = (struct object *)myfe;