summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-02-11 21:13:53 +0000
committerRichard van der Hoff <richard@matrix.org>2019-02-11 21:15:01 +0000
commit2129dd1a023d1e221dab8753be3fbd7024963634 (patch)
tree21dce0b9f23408d6ff5face3b02bc5355defa7ce /changelog.d
parentMove ClientTLSOptionsFactory init out of refresh_certificates (#4611) (diff)
downloadsynapse-2129dd1a023d1e221dab8753be3fbd7024963634.tar.xz
Fail cleanly if listener config lacks a 'port'
... otherwise we would fail with a mysterious KeyError or something later.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4616.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4616.misc b/changelog.d/4616.misc
new file mode 100644
index 0000000000..ee79e208e3
--- /dev/null
+++ b/changelog.d/4616.misc
@@ -0,0 +1 @@
+Fail cleanly if listener config lacks a 'port'