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:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user