summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 {