Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADBDEV-6011: Fix restore helper hides actual err #100

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Commits on Aug 1, 2024

  1. Fix restore helper hides actual err

    The commit 4371a94 moved the LoopEnd label so that the err variable began to be
    overwritten and it will no longer be used below. To fix it, this patch renames
    the err variable returned by flushAndCloseRestoreWriter to errPipe.
    RekGRpth committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    41cd39f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix test

    RekGRpth committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    17a6b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0837db View commit details
    Browse the repository at this point in the history