ircd: add missing sslproc function ssld_foreach_info()
Iterate through the ssl daemons and report their status.
This commit is contained in:
parent
15b0093d1f
commit
035d9143bd
2 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue