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

Fix DFS recurision for missing files #239

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Fix DFS recurision for missing files #239

merged 1 commit into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. Fix DFS recurision for missing files

    The code that handles a missing path does not currently record existing
    DFS target servers that have been tried resulting in a recursion error.
    By ensuring a DFS target is only retried if it hasn't already it should
    avoid this recursion problem.
    
    Fixes: #228
    jborean93 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3df1958 View commit details
    Browse the repository at this point in the history