mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Skip ciphersuites that don't have any users.
This commit is contained in:
parent
f4a9f3ce22
commit
434c4e7918
@ -517,6 +517,9 @@ public:
|
||||
|
||||
for (const auto& [ciphersuite, count] : counts)
|
||||
{
|
||||
if (!count)
|
||||
continue;
|
||||
|
||||
stats.AddGenericRow(INSP_FORMAT("{}: {}", ciphersuite, count))
|
||||
.AddTags(stats, {
|
||||
{ "ciphersuite", ciphersuite },
|
||||
|
Loading…
x
Reference in New Issue
Block a user