diff options
Diffstat (limited to 'src/burn/engine/apply.cpp')
-rw-r--r-- | src/burn/engine/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/apply.cpp b/src/burn/engine/apply.cpp index 0467132e..dfaba3f2 100644 --- a/src/burn/engine/apply.cpp +++ b/src/burn/engine/apply.cpp | |||
@@ -387,7 +387,7 @@ extern "C" HRESULT ApplyRegister( | |||
387 | ExitOnRootFailure(hr, "BA aborted register begin."); | 387 | ExitOnRootFailure(hr, "BA aborted register begin."); |
388 | 388 | ||
389 | // If we have a resume mode that suggests the bundle is on the machine. | 389 | // If we have a resume mode that suggests the bundle is on the machine. |
390 | if (BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING < pEngineState->command.resumeType) | 390 | if (BOOTSTRAPPER_RESUME_TYPE_REBOOT <= pEngineState->command.resumeType) |
391 | { | 391 | { |
392 | // resume previous session | 392 | // resume previous session |
393 | if (pEngineState->registration.fPerMachine) | 393 | if (pEngineState->registration.fPerMachine) |