From f93ccb8d247ad2a601b697ca2ed0004f428fbd15 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 10 Mar 2021 09:12:29 -0500 Subject: 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 --- changes/ticket40334 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket40334 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf