diff options
author | Neil Johnson <neil@matrix.org> | 2018-10-23 15:24:58 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-10-23 15:24:58 +0100 |
commit | 6105c6101fa0f4560daf7d23dedcfd217530b02a (patch) | |
tree | c4b2318ccdbb3993391ceb580b84f9ed8635441d /changelog.d | |
parent | Merge pull request #4076 from matrix-org/rav/fix_init_logcontexts (diff) | |
download | synapse-6105c6101fa0f4560daf7d23dedcfd217530b02a.tar.xz |
fix race condiftion in calling initialise_reserved_users
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4081.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4081.bugfix b/changelog.d/4081.bugfix new file mode 100644 index 0000000000..f275acb61c --- /dev/null +++ b/changelog.d/4081.bugfix @@ -0,0 +1,2 @@ +Fix race condition in populating reserved users + |