m_stats: z: restore total memory display

This commit is contained in:
Doug Freed 2022-08-25 00:23:32 +00:00
parent ae510cce12
commit 7c5b4dbba7

View file

@ -1390,6 +1390,10 @@ stats_memory (struct Client *source_p)
"z :Remote client Memory in use: %ld(%ld)",
(long)remote_client_count,
(long)remote_client_memory_used);
sendto_one_numeric(source_p, RPL_STATSDEBUG,
"z :TOTAL: %zu",
total_memory);
}
static void