From cef32ad29d2a20655fe9a30687f088a6ba62263e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 Apr 2004 22:07:17 +0000 Subject: Fixes to typos in recovery checking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@656 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index e9a6bc1ae..9b410b95e 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -7179,9 +7179,8 @@ void handle_link_packet(char* udp_msg, char* udp_host, serverrec *serv) if (token == 'E') { char* error_message = finalparam+2; WriteOpers("ERROR from %s: %s",udp_host,error_message); - RemoveServer(udp_host); - RemoveServer(servername); // remove this server from any lists + RemoveServer(udp_host); return; } else { -- cgit v1.2.3