diff options
| author | 2026-06-09 17:30:27 +0100 | |
|---|---|---|
| committer | 2026-06-09 17:30:27 +0100 | |
| commit | a10faaf8846112ce22da8d06b53bbc0996abe462 (patch) | |
| tree | 0f4b7a596b3c5b6ac817cddc231a1f20c3eebeb9 /include | |
| parent | Refactor the waitpong module. (diff) | |
Fix storing configuration tags in the wrong container type.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::pair<std::string, bool>>; /** Holds the server config. */ - using TagMap = insp::casemapped_flat_multimap<std::shared_ptr<ConfigTag>>; + using TagMap = insp::casemapped_multimap<std::shared_ptr<ConfigTag>>; /** The server config. */ TagMap config_data; |
