From 009ccedfba05de2010bb6da93b9301508171f482 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 29 Nov 2007 18:45:34 +0000 Subject: [PATCH] STABLE14-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. (cherry picked from commit 7515efb9c390089b4ad4563b939785c5c05793c5) --- src/viced/callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/callback.c b/src/viced/callback.c index f6c0144fa..57e154a64 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1432,6 +1432,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; -- 2.39.5