]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_stats.cpp
Rename `<bind:ssl>` to `<bind:sslprofile>`.
[user/henk/code/inspircd.git] / src / coremods / core_stats.cpp
index d6703872e7aaede3e82af64a2471223db2469ec4..19e429a95e92089924cc590e47ea39f69b791116 100644 (file)
@@ -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;