From bd93a2a9ce4145aee45ff0de50c8aa976065c92c Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 8 Jan 2022 13:41:26 +0100 Subject: [PATCH] Don't call setup() in WebRoot's constructor. --- core/http/web_root.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/http/web_root.cpp b/core/http/web_root.cpp index bf85513..925bdb0 100644 --- a/core/http/web_root.cpp +++ b/core/http/web_root.cpp @@ -133,8 +133,6 @@ void WebRoot::update() { WebRoot::WebRoot() : WebRouterNode() { - - setup(); } WebRoot::~WebRoot() {