From a10faaf8846112ce22da8d06b53bbc0996abe462 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 9 Jun 2026 17:30:27 +0100 Subject: Fix storing configuration tags in the wrong container type. --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 9c5377125..62a19785f 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -254,7 +254,7 @@ private: using FileSource = insp::casemapped_flat_map>; /** Holds the server config. */ - using TagMap = insp::casemapped_flat_multimap>; + using TagMap = insp::casemapped_multimap>; /** The server config. */ TagMap config_data; -- cgit v1.3.1-10-gc9f91