From c04802b476db57fca3b0eea713658c889b69e425 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 Apr 2004 21:08:05 +0000 Subject: Fixed minor desync issues git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@652 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/connection.cpp') diff --git a/src/connection.cpp b/src/connection.cpp index 145301229..bd9595004 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -365,6 +365,8 @@ bool connection::SendPacket(char *message, const char* host) log(DEBUG,"Disabling connector: %s",cn->GetServerName().c_str()); cn->CloseConnection(); cn->SetState(STATE_DISCONNECTED); + // retry the packet along a new route so either arrival OR failure are gauranteed (bugfix) + this->SendPacket(message,host); return false; } return true; -- cgit v1.2.3