aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r--src/engine/plan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp
index f7434216..55fe7ddf 100644
--- a/src/engine/plan.cpp
+++ b/src/engine/plan.cpp
@@ -1854,6 +1854,7 @@ static void ResetPlannedPayloadGroupState(
1854 BURN_PAYLOAD_GROUP_ITEM* pItem = pPayloadGroup->rgItems + i; 1854 BURN_PAYLOAD_GROUP_ITEM* pItem = pPayloadGroup->rgItems + i;
1855 1855
1856 pItem->fCached = FALSE; 1856 pItem->fCached = FALSE;
1857 pItem->qwCommittedCacheProgress = 0;
1857 } 1858 }
1858} 1859}
1859 1860