diff options
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r-- | src/engine/plan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp index 8421d87b..bf929835 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
@@ -1831,6 +1831,7 @@ static void ResetPlannedContainerState( | |||
1831 | pContainer->fPlanned = FALSE; | 1831 | pContainer->fPlanned = FALSE; |
1832 | pContainer->qwExtractSizeTotal = 0; | 1832 | pContainer->qwExtractSizeTotal = 0; |
1833 | pContainer->qwCommittedCacheProgress = 0; | 1833 | pContainer->qwCommittedCacheProgress = 0; |
1834 | pContainer->qwCommittedExtractProgress = 0; | ||
1834 | } | 1835 | } |
1835 | 1836 | ||
1836 | static void ResetPlannedPayloadsState( | 1837 | static void ResetPlannedPayloadsState( |