summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-24 13:38:29 +0000
committerGitHub <noreply@github.com>2019-01-24 13:38:29 +0000
commitf4697b5ec1071905b1177fd473e20df0b1455a4c (patch)
treeafb42e9edaad1811f1649b06a6ae3208fb86c07d /changelog.d
parentMerge pull request #4435 from matrix-org/neilj/fix_threepid_auth_check (diff)
downloadsynapse-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.bugfix1
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