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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user