mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 09:14:28 +00:00
Fix typo in stats key name.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
41b4416bd4
commit
03b32d7fad
@ -421,7 +421,7 @@ static int32_t cs_ipcs_connection_closed (qb_ipcs_connection_t *c)
|
||||
icmap_iter_finalize(iter);
|
||||
free(cnx->icmap_path);
|
||||
|
||||
icmap_inc("runtie.connections.closed");
|
||||
icmap_inc("runtime.connections.closed");
|
||||
icmap_dec("runtime.connections.active");
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user