diff options
author | David Goulet <dgoulet@torproject.org> | 2021-03-10 09:12:29 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-03-10 09:12:29 -0500 |
commit | f93ccb8d247ad2a601b697ca2ed0004f428fbd15 (patch) | |
tree | 200180bdee9ae8da6011357f9c95585b61cd62ba /changes | |
parent | 49ce31b2b6c0cfbcccb605ee58b612f73e2a228a (diff) | |
download | tor-f93ccb8d247ad2a601b697ca2ed0004f428fbd15.tar.gz tor-f93ccb8d247ad2a601b697ca2ed0004f428fbd15.zip |
hs: Remove hamrless BUG() that can happen
When reloading a service, we can re-register a service and thus end up again
in the metrics store initialization code path which is fine. No need to BUG()
anymore.
Fixes #40334
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40334 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40334 b/changes/ticket40334 new file mode 100644 index 0000000000..c1c34384a0 --- /dev/null +++ b/changes/ticket40334 @@ -0,0 +1,3 @@ + o Minor bugfixes (onion service): + - Remove a harmless BUG() warning when reloading tor configured with onion + services. Fixes bug 40334; bugfix on 0.4.5.1-alpha. |