diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 7393d7d77..3a756be3b 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -139,8 +139,6 @@ bool connection::SendPacket(char *message, char* host, int port, long ourkey) this->state = STATE_CLEAR; return true; - break; - } bool connection::SendSYN(char* host, int port) |