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

Consistently use $existing_client instead of $other_client.

Fixes some expansion issues (too), as reported by delta.
This commit is contained in:
Bram Matthys
2021-10-30 17:40:35 +02:00
parent e3b7ad8fc4
commit 57cb9ebc20
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1169,9 +1169,9 @@ CMD_FUNC(cmd_sid)
unreal_log(ULOG_ERROR, "link", "REMOTE_LINK_DENIED_DUPLICATE_SERVER", client,
"Denied remote server $servername which was introduced by $client: "
"Already linked via $other_client.uplink.",
"Already linked via $existing_client.uplink.",
log_data_string("servername", servername),
log_data_client("other_client", acptr));
log_data_client("existing_client", acptr));
// FIXME: oldest should die.
// FIXME: code below looks wrong, it checks direction TS instead of anything else
acptr = acptr->direction;