mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
handle incorrect address
This commit is contained in:
parent
956107c679
commit
7405675f7a
@ -726,6 +726,11 @@ namespace util
|
||||
}
|
||||
destination = *addr;
|
||||
}
|
||||
else
|
||||
{
|
||||
SendReply ("<html>Unexpected address " + address + "</html>", 404);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
SendToDestination (destination, buf, len);
|
||||
|
Loading…
Reference in New Issue
Block a user