ircd: add missing sslproc function ssld_foreach_info()

Iterate through the ssl daemons and report their status.
This commit is contained in:
Simon Arlott 2016-03-01 21:30:51 +00:00
parent 15b0093d1f
commit 035d9143bd
2 changed files with 14 additions and 2 deletions

View file

@ -903,9 +903,7 @@ stats_ssld_foreach(void *data, pid_t pid, int cli_count, enum ssld_status status
static void
stats_ssld(struct Client *source_p)
{
#if 0
ssld_foreach_info(stats_ssld_foreach, source_p);
#endif
}
static void