Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix check for bind_address #1712
Conversation
matrixbot
commented
Dec 20, 2016
|
Can one of the admins verify this patch? |
matrixbot
commented
Dec 20, 2016
|
Can one of the admins verify this patch? |
matrixbot
commented
Dec 20, 2016
|
Can one of the admins verify this patch? |
|
oops. lgtm - thanks! |
ara4n
merged commit b7f4f90
into
matrix-org:develop
Dec 20, 2016
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
kyrias
deleted the
kyrias:fix-bind-address-none
branch
Dec 20, 2016
|
(Thanks for the quick merge ❤) |
kyrias
added a commit
to kyrias/synapse
that referenced
this pull request
Jan 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kyrias commentedDec 20, 2016
The empty string is a valid setting for the bind_address option, so
explicitly check for None here instead.
This fixes a regression in 7dfd70f