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

core: fix invalid usage of r-string for SASL auth token #1976

Merged
merged 1 commit into from
Oct 31, 2020

Commits on Oct 31, 2020

  1. core: fix invalid usage of raw string for SASL auth token

    Also use `\x00` instead of `\0`, which is an invalid escape sequence as
    of Python 3.8: https://docs.python.org/3.8/library/re.html (no relevant
    anchor; search for "invalid escape" in page contents).
    
    Co-authored-by: dgw <dgw@technobabbl.es>
    Exirel and dgw committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    fcd8365 View commit details
    Browse the repository at this point in the history