diff options
-rw-r--r-- | src/connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 95363626e..e96825f75 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -207,6 +207,7 @@ bool ircd_connector::CheckPing() } } } + return true; } void ircd_connector::ResetPing() |