mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_s2s: Remove warning about hostname mismatch
It triggers on bidi-related routing where this to/from is flipped. Removing since I don't think we have ever seen this potential bug.
This commit is contained in:
parent
4eda545430
commit
55efbf445b
1 changed files with 0 additions and 5 deletions
|
@ -139,11 +139,6 @@ function route_to_existing_session(event)
|
|||
log("error", "Stanza: %s", stanza);
|
||||
return false;
|
||||
else
|
||||
-- FIXME
|
||||
if host.from_host ~= from_host then
|
||||
log("error", "WARNING! This might, possibly, be a bug, but it might not...");
|
||||
log("error", "We are going to send from %s instead of %s", host.from_host, from_host);
|
||||
end
|
||||
if host.sends2s(stanza) then
|
||||
return true;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue