diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-24 13:38:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 13:38:29 +0000 |
commit | f4697b5ec1071905b1177fd473e20df0b1455a4c (patch) | |
tree | afb42e9edaad1811f1649b06a6ae3208fb86c07d /changelog.d | |
parent | Merge pull request #4435 from matrix-org/neilj/fix_threepid_auth_check (diff) | |
download | synapse-f4697b5ec1071905b1177fd473e20df0b1455a4c.tar.xz |
Fix UnboundLocalError in post_urlencoded_get_json (#4460)
This could cause exceptions if the id server returned 4xx responses.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4460.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4460.bugfix b/changelog.d/4460.bugfix new file mode 100644 index 0000000000..8c5d5b4e0e --- /dev/null +++ b/changelog.d/4460.bugfix @@ -0,0 +1 @@ +Fix UnboundLocalError in post_urlencoded_get_json |