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(config): Random ports can't be assgined #2384

Merged
merged 1 commit into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. fix(config): An issue that random ports can't be assgined

    The condition of assigning a random port for protocols should be that port
    is less than or equal to 0, not the length of the port string.
    
    Fixes: apache#2382
    
    Signed-off-by: Xuewei Niu <justxuewei@apache.org>
    justxuewei committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6a81761 View commit details
    Browse the repository at this point in the history