summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-18 22:07:17 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-18 22:07:17 +0000
commitcef32ad29d2a20655fe9a30687f088a6ba62263e (patch)
treeec4e0c6527e3e48bd03972b2bc885d322d281998 /src
parent2c310508ae45a2d3af2d8065989b7953d2222b11 (diff)
Fixes to typos in recovery checking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@656 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/InspIRCd.layout4
-rw-r--r--src/inspircd.cpp3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/InspIRCd.layout b/src/InspIRCd.layout
index 61380c1db..82d8a09f2 100644
--- a/src/InspIRCd.layout
+++ b/src/InspIRCd.layout
@@ -14,8 +14,8 @@ LeftChar=1
Open=1
Top=1
CursorCol=1
-CursorRow=7038
-TopLine=7011
+CursorRow=7182
+TopLine=7154
LeftChar=1
[Editor_2]
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 {