From 899d0a110ec68f04df3305326d1d5f04ebc7dde8 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 11 Apr 2004 18:48:44 +0000 Subject: Fixes to packet handling git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@550 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3