1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 14:43:12 +02:00

dead_link() -> dead_socket() since that is more descriptive

This commit is contained in:
Bram Matthys
2019-10-04 11:36:34 +02:00
parent cbe20e1d5a
commit 9e4dbf8c89
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -197,5 +197,5 @@ CMD_FUNC(webredir)
sendto_one(sptr, NULL, "HTTP/1.1 301 Moved Permanently");
sendto_one(sptr, NULL, "Location: %s\r\n\r\n", cfg.url);
dead_link(sptr, "Connection closed");
dead_socket(sptr, "Connection closed");
}