summary refs log tree commit diff
path: root/synapse/logging/opentracing.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-25 11:14:21 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-25 11:14:21 +0000
commit256e9fd38d49fc1f70e0e801c1d4696e608e9fc1 (patch)
tree706004bda558de9185983691edf23cb93e6abaa6 /synapse/logging/opentracing.py
parentIncrease expected state events in tests for new room by one (diff)
parentAdd opentracing to all client servlets (#5983) (diff)
downloadsynapse-256e9fd38d49fc1f70e0e801c1d4696e608e9fc1.tar.xz
Add opentracing to all client servlets (#5983)
Diffstat (limited to 'synapse/logging/opentracing.py')
-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