summary refs log tree commit diff
path: root/synapse/logging
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-09-05 14:46:04 +0100
committerGitHub <noreply@github.com>2019-09-05 14:46:04 +0100
commit909827b422eb3396f905a1fb7ad1732f9727d500 (patch)
tree302b03db1a62db38635b9e8e4c8b1588a2523059 /synapse/logging
parentSwitch to using v2 Identity Service APIs other than lookup (MSC 2140) (#5892) (diff)
downloadsynapse-909827b422eb3396f905a1fb7ad1732f9727d500.tar.xz
Add opentracing to all client servlets (#5983)
Diffstat (limited to 'synapse/logging')
-rw-r--r--synapse/logging/opentracing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/logging/opentracing.py b/synapse/logging/opentracing.py
index dbf80e2024..2c34b54702 100644
--- a/synapse/logging/opentracing.py
+++ b/synapse/logging/opentracing.py
@@ -319,7 +319,7 @@ def whitelisted_homeserver(destination):
     Args:
         destination (str)
         """
-    _homeserver_whitelist
+
     if _homeserver_whitelist:
         return _homeserver_whitelist.match(destination)
     return False