summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-11 18:48:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-11 18:48:44 +0000
commit899d0a110ec68f04df3305326d1d5f04ebc7dde8 (patch)
tree7e7e10537f4daa74fd556157ecd31970762862b7 /src
parent9fb1c2d4004656cff38748db59307d78ea393244 (diff)
Fixes to packet handling
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@550 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/connection.cpp2
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)