summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-10 03:43:56 +0000
committerSadie Powell <sadie@witchery.services>2021-03-10 04:23:11 +0000
commite0dc7691c4cff3a38bc12adf10b3709d8c4901ba (patch)
treec3073104aa156f67c2571b6deb1dca24a103f60c /src/coremods
parent085777cf272cd74e44abec70c0a87003429e2fd3 (diff)
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_stats.cpp b/src/coremods/core_stats.cpp
index d6703872e..19e429a95 100644
--- a/src/coremods/core_stats.cpp
+++ b/src/coremods/core_stats.cpp
@@ -126,7 +126,7 @@ void CommandStats::DoStats(Stats::Context& stats)
if (!hook.empty())
portentry << ", hook: " << hook;
- const std::string sslprofile = ls->bind_tag->getString("ssl");
+ const std::string sslprofile = ls->bind_tag->getString("sslprofile", ls->bind_tag->getString("ssl"));
if (!sslprofile.empty())
portentry << ", ssl profile: " << sslprofile;