1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix the message counts in RPL_STATSLINKINFO.

This commit is contained in:
Sadie Powell
2026-03-26 11:54:23 +00:00
parent 7e2ef3774b
commit b199d74088
4 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -54,7 +54,9 @@ class UplinkSocket final
, public BufferedSocket
{
public:
bool error;
bool error = false;
size_t recv_msgs = 0;
size_t sent_msgs = 0;
UplinkSocket();
~UplinkSocket();
bool ProcessRead() override;